Tagged: modify header, remove header
Hello,
I need to do 1 of these 2 things on my landing pages(on a page basis):
Thanks & keep being awesome.
Hi miketica!
Seems like you have already removed the header on your page. Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove the top padding on your page
.page-id-192 #main {
padding-top: 0!important;
}
Alternatively, you can use blank template which has no header and footer
Best regards,
Yigit
A good landing age practice is to remove the header menu completely, and put some links in the footer. If I use the blank template, I’d have to create a section at the bottom of the page to emulate a footer section.
For now, this solution works, although a landing page template would do wonders ;)
Thanks a lot.