Okay
  Public Ticket #210615
Changing Secondary Header Menu Color
Closed

Comments

  • Mark started the conversation

    Searched the forums, and there is no answer, but how do you change the color of the secondary header menu to be transparent or white AND also get rid of the lines?

  •  8,470
    Tahir replied

    Hey Mark!

    Add this into the Custom CSS box located in your Salient Options panel:

    body #header-secondary-outer {
        background:  #fff !important;
        border-bottom: 1px #fff solid !important; 
    }
    

    Cheers


    ThemeNectar Support Team