banner image mobile
-
If I wish to remove the banner image, only on mobile devices/small screens, but keep the menu. Is there a snippet of code I can use in my custom css child theme?
Was thinking it might be something like this.
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#header { display: none }
}
However, that removes the menu as well.
Cheers,
Bobby
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘banner image mobile’ is closed to new replies.