• Resolved beartato327

    (@beartato327)


    Hello,

    On the top nav bar with the logo and menu when it is on top it is opaque, but once you start sliding down the website it blacks out which doesn’t work for my logo. Where in your CSS can I change the opacity of this to always be the same even when I slide.

    I use wordpress via Cloud 9

Viewing 1 replies (of 1 total)
  • Sona

    (@support-web-dorado)

    @beartato327,

    To keep the transparency please go to Theme Options/Customize then General>Custom Css and add the following
    #header.sticky_menu { background: rgba(0,0,0,0.2) !important;}
    #header.sticky_menu #top-nav,.sticky_menu #top-nav > div > ul > li.current-menu-item { background: rgba(0,0,0,0) !important;}

Viewing 1 replies (of 1 total)
  • The topic ‘Changing opacity of top nav bar’ is closed to new replies.