- This topic has 1 reply, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Header image in mobile. View’ is closed to new replies.
Home › Forums › Trusted Pro › Header image in mobile. View
Is there any way to hide header image in mobile devices.
Add the following to Additional CSS:
@media screen and (max-width: 768px) {
.main-header {
background-image: none;
}
}