Hi, this must be such a simple thing, but I can’t find it…
How can I get rid of the side menu completely on one page
in the page design page, the options are no header/footer etc, but that doesn’t get rid of the menu.
I only want it on that one page, so I can make a landing page type thing.
Thanks!
Hi there,
for this specific page you could add this to your quick css:
.page-id-528 #header{display: none;}
.page-id-528 #main{margin-left: 0px;}
Regards
Alex
Thank you. I will give this ago when back at my computer.
Do you think there’s any way to make use of the space under the menu? To add an email optin box for instance. Or is that all doomed to be dead space?
Hi vjward,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_sidebar #top.page-id-528 #header_main,
.html_header_sidebar #top.page-id-528 .header_color .header_bg {
display: none;
}
.html_header_left #top.page-id-528 #main {
margin-left: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Apologies, I forgot to come back to thank you for this.
It works perfectly.
Thank you!
V x