Hey guys,
Is it possible to create a landing page (Blank Page) in Enfold, with just no header?
The current template allows for (Blank Page No-Header No-Footer)
Please advice.
Regards,
David
Hey David!
Thank you for using the theme!
First, create a page then leave the template setting to default. We need to find the page id of that specific page. In order to find the current page id, you can use firebug or google chrome’s inspect element. Look for the body class id. It looks something like this:
On the example above, the page id is page-id-734. Add something like this on Quick CSS or custom.css:
.page-id-734 #header {
display: none;
}
This will remove the header on that specific page. You might need to adjust the padding of the #main container as well.
Regards,
Ismael
Hey Ismael,
many thanks. That worked perfectly, except how do I adjust the padding of the #main container on that page?
Please advice.
Regards,
David.
P.S. I am loving Enfold and the support is just first class :-)