Okay
  Public Ticket #356753
2nd header navigation make semi transparent
Closed

Comments

  • Andrew started the conversation

    How can I make the 2nd header transparent like the main header? I currently have this CSS inserted making the main header transparent. I want this same effect but on the 2nd header as well. Thanks!

    #header-outer {
    background-color: rgba(30,30,30,0.92)!important;
    }


  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #header-secondary-outer {
        background-color: rgba(30,30,30,0.92)!important;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team 

  • Andrew replied

    Works thanks!