Comments Collin started the conversationJune 27, 2016 at 6:12amI 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?ThanksCollin 8,994Tahir repliedJune 27, 2016 at 2:37pmHey ,Please see: https://themenectar.ticksy.com/article/2077/ . Bes.t ThemeNectar Support Team Collin repliedJune 27, 2016 at 11:49pmThat 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,994Tahir repliedJune 28, 2016 at 8:10amHey 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 Sign in to reply ...
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
Hey ,
Please see: https://themenectar.ticksy.com/article/2077/ .
Bes.t
ThemeNectar Support Team
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;
}
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) :
Best.
ThemeNectar Support Team