Okay
  Public Ticket #214422
Secondary Navigation Background Color
Closed

Comments

  • Josephine started the conversation

    How to change background color for the secondary menu? 

    Also, it would be cool if you could make mention of the secondary menu in your user guide PDF.

    Mahalo nui loa

  •  8,474
    Tahir replied

    Hey Josephine!

    Thanks for the feedback. Add this into the Custom CSS box located in your Salient Options panel :

    body #header-secondary-outer {
        background-color: #000 !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Josephine replied

    Thanks so much, Tahir.