Okay
  Public Ticket #246367
Disable section from menu
Closed

Comments

  • William started the conversation

    Hello,

    I would like to disable the home section from menu, but I don't find how to do that. Can you help me please? I would like it to be active, but I don't want to see "Home" in the menu.

    Thanks

  •  8,446
    Tahir replied

    Hey!

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

    header#top nav > ul >li:first-child {
        display: none !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • William replied

    Thanks !