Hi,
I want only the home page to have no menu at all on my website using Enfold. Is this possible?
Thank you very much in advance for your help!
Hey 805ITS,
This can be done via css. Please provide admin info so we can bypass the “coming soon” page.
Best regards,
Jordan Shannon
Hi Jordan,
Thank you for your response. Below is the link to bypass the coming soon page.
I found this code which does exactly what I wanted :
.page-id-2 #header_main { display: none; }
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0px !important; }
Unless there is a better/cleaner one ?
Thank you!
On every page/post edit – on the right side where you publish the page a field with : page-attributes:
there you can choose : no header – no footer.
If you only want to get rid of header :
On the right side again there is from Enfold: Layout –
: Header visibility and transparency
Several options to change the header transparency and visibility on this page.
you can choose there to have: “Hide Header on this page”
Hi 805ITS,
You can hide it in the Layout menu like @guenni007 pointed out, or hide it using CSS if you prefer that.
Best regards,
Rikard