[Resolved] Opacity of Menu Bar

Home Forums Support [Resolved] Opacity of Menu Bar

Home Forums Support Opacity of Menu Bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19984
    Kelly

    Is there a way to have the Menu Bar in the Exhibit child theme opaque, so that it isn’t transparent when scrolling down the page?

    Thanks much.

    #20148
    Tom
    Lead Developer
    Lead Developer

    For sure, add the following CSS using a plugin like: https://wordpress.org/plugins/simple-css/

    .stickynav.nav-below-header #site-navigation, 
    .stickynav.nav-above-header #site-navigation, 
    .stickynav.nav-float-right #site-navigation {
          opacity: 1;
    }

    Let me know if that does it ๐Ÿ™‚

    #20534
    Kelly

    Perfect, Tom. Thanks much!

    #20536
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #21055
    Rick

    Is it possible to change the color of the navigation bar from Red to Blue?

    #21056
    Tom
    Lead Developer
    Lead Developer

    Hi Rick,

    For sure – you can do it yourself by using CSS, or you can purchase our “Colors” addon which allows you to do that + a lot more.

    Take a look: http://www.generatepress.com/downloads/generate-colors/

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