We are using SuperFly for our menu and want to remove the header from each page.
We can change the Template setting on each page to “Blank — No Header, No Footer”
We want the footer to display but not the header.
Is there a way to do this?
Thanks
Hey Ken!
You can simply edit your pages and choose not to display header under Layout section.
Cheers!
Yigit
When I change the Layout to hide the title bar and header visibility, there is a large space at the top of the page which we don’t want….
When I change the Template to “Blank — No Header, No Footer” the space is gone and the text displays at the top as we want it.
The only issue is we want the footer to display but not the header.
Is there an option (preferably CSS) that will hide the header but display the footer?
Thanks.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header { display: none !important; }
Best regards,
Yigit
I put the CSS in but the header space still remains.
Here’s what we want with logo next to hamburger menu (changed Template to Blank — No Header, No Footer) but we want a footer to display…
Here’s what we get when we select Template Default (with above CSS)…
Hi,
The “Blank — No Header, No Footer” template will not render the header and footer container so you have to switch to the default template then hide those containers with css. If there are space in place of the header, we can adjust the top padding of the main container. Please set the template to default then we’ll check the page again.
Best regards,
Ismael