Okay
  Public Ticket #1209641
Hide secondary menu on home page
Closed

Comments

  •  2
    Greg Goodman started the conversation

    How do I hide the secondary menu on the homepage?

    Thanks!

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* hide on the homepage only */
    .home div#header-secondary-outer {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team