Okay
  Public Ticket #812517
Delete Header
Closed

Comments

  • Collin started the conversation

    I want to remove the header and navigation completely, so my Revolution slider is flush at the top of the browser.

    Is there a .css I can add somewhere to get rid of the header?


    Thanks

    Collin

  •  8,994
    Tahir replied

    Hey ,
    Please see: https://themenectar.ticksy.com/article/2077/ .
    Bes.t


    ThemeNectar Support Team 

  • Collin replied

    That helped but I still have space at the top and bottom of my slider.

    Here is the custom CSS I used:

    .page-id-2 #header-space , .page-id-2 #header-outer {

    display:none;

    }

    .page-id-2 #header-secondary-outer {
        display: none;
    }

    .page-id-2 #footer-outer{

    display:none;

    }

  •  8,994
    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) :

    .page-id-2 .container-wrap {
        padding-bottom: 0px !important;
        padding-top: 55px !important;
    }

    Best.


    ThemeNectar Support Team