Okay
  Public Ticket #1145578
hide header site wide
Closed

Comments

  •  6
    Michael started the conversation

    Hi Guys!

    Love the page templates with the no header, no footer.  I am using them on the pages since I am using the Tap Tap menu plug-in and all is working great except for blog posts, the salient menu is over lapping the Tap Tap plug-in menu.  

    Is there a snippet to hide the header across my entire site?

    Much Thanks!

    Mike

  •  9,007
    Tahir replied

    Hey Again,

    Please have a look at this Article : Create Landing Page (Remove Header / Footer per page ).

    Bes.t


    ThemeNectar Support Team 

  •   Michael replied privately
  •  9,007
    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) :

    /* Remove Header From Entire Site  */
    #header-space ,#header-outer {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  6
    Michael replied

    Perfect!  Much Thanks Tahir!