Archived topic
Mobile menu background
3 replies · Started by mikeb82 on December 2, 2019
The navigation menu background for larger screens is set to transparent, which works well with the background image. I want the background for the dropdown (open) mobile menu to have the same background color as sticky navigation. So far, I have been unable to find the correct CSS to achieve this. The website has no sub menus and only five pages.
Hi there,
Try this CSS:
.main-navigation.toggled .main-nav > ul {
background-color: rgba(77,140,219,.85);
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks Leo!
That fixed it. I knew it had to be something simple, I just couldn't find it.
No problem :)
Not an easy one to find.