Hello is it technically possible to remove the header / menu on the homepage ?
And by extent, the footer too?
Thx for the tip if any…
Hi there. Adding the following custom css suppresses the header wrapper (logo, menu, etc.) all over the site.
#header_main {
display: none;
}
.. which is not what I am looking for.
I tried:
.home #header_main {
display: none;
}
But this does not seem to work. Any idea?
Hi Alexoidea,
On the right hand side of a page editor is a meta box with the dropdown for Templates. Select the blank page template and this will give you a page without a header, footer, socket or anything but your content.
This is how the demo created pages like : http://kriesi.at/themes/enfold/pages/blank/coming-soon/
Regards,
Devin