[Resolved] Mobile menu background

Home Forums Support [Resolved] Mobile menu background

Home Forums Support Mobile menu background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1090625
    mikeb82

    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.

    #1090720
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1090731
    mikeb82

    Thanks Leo!

    That fixed it. I knew it had to be something simple, I just couldn’t find it.

    #1090733
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

    Not an easy one to find.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.