Hide OR Remove Header Image On Mobile Devices
-
Hi, On mobile devices, the header image of my website takes up the whole screen. Therefore for mobile devices I’d like to hide the header image so viewers can see my website clearly in their devices.
In Appearance => Customize => Additional CSS I have added this code but Menus was also disappeared alongwith header image:
@media only screen and (max-width: 768px)
{.site-header { display: none !important; }
}So what does the CSS need to be to hide the header image for mobiles please (making sure the menu buttons will display properly).
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Hide OR Remove Header Image On Mobile Devices’ is closed to new replies.