Okay
  Public Ticket #693387
Header
Closed

Comments

  • Perry started the conversation

    hello,

    I would like to get rid of the header when it scrolls? In fact I don't want the header there at all, I just want the nectar slide I have, can you please advise? And I also don't want the text that says 'no menu assigned'

  •  8,992
    Tahir replied

    Hey ,

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

    header#top nav > ul.sf-menu {
        visibility: hidden !important;
    }
    

    Best.


    ThemeNectar Support Team