Okay
  Public Ticket #200088
opacity of header
Closed

Comments

  •  6
    Michael started the conversation

    hey guys,

    is there a CSS snippet to alter the opacity of the scrolled solid header after the transparent header?

    much thanks!

  •  8,470
    Tahir replied

    Hey Michael!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    body #header-outer.small-nav {
        background: rgba(255, 255, 255, 0.5);
    }
    

    Cheers


    ThemeNectar Support Team 

  •  6
    Michael replied

    awesome!  thanks tahir!

  •   Michael replied privately