Archived topic
hiding background navigation image on mobile
1 reply · Started by Lisa on May 25, 2018
Viewing posts 1–2 of 2
Hi Tom,
What would be the best way to hide the dropdown navigation background image? We like the background image behind the menu and search but when you toggle the menu button the image repeats itself. I think it would be better for this to be a solid color.
Suggestions?
Thanks, always for your help!
Lisa
Hi Lisa,
you could set the image to not repeat with this CSS:
.main-navigation, .menu-toggle {
background-repeat: no-repeat;
}
This archived topic is closed to new replies.