Okay
  Public Ticket #2508056
Remove header on single page
Closed

Comments

  • Dragonfly2005 started the conversation

    I'd like to remove the header form this page. 


    Can you give me some css code to achieve this?


    I don't see an option to simply turn off headers on pages, only change header behaviour. 

  •  9,236
    Tahir replied

    Hey Again,

    You can remove the Header by using the Available Page Templates here: 

    7660185485.pngClick on Image to View Larger

    Thanks


    ThemeNectar Support Team 

  • Dragonfly2005 replied

    I have made that change, however I still see a lot of black space at the top of page. I can not figure out where it is coming from.


    Here on this page;

    https://staging-dragonflycouk.kinsta.cloud/contact-us/

  •  3,183
    Andrew replied

    Hi there,

    Add the following custom css in Salient > General settings > CSS/Script related:

    #page-header-wrap {
        height: 0 !important;
    }
    

    Hope this helps.

  • Dragonfly2005 replied

    Brilliant - this works to remove the header - hover the navigation has also disappeared. We wish to still have the navigation menu. 

    Here is the page;

    https://staging-dragonflycouk.kinsta.cloud/contact-us/

  •  3,183
    Andrew replied

    Hi there,

    You are using no header page template hence navigation as well as logo will not appear.

    5454847039.pngClick on Image to View Larger


    Thanks.