is it possible to have a layout with no header but still have the footer, similar to the blank template but with a footer
thanks in advance
Hey ste_thumbs!
You can create your page and post the link to us and we can provide you custom CSS code to remove the header on that certain page
Best regards,
Yigit
its local at the moment
it would only be a single page with no other changes, would there be a some general custom css i could try ?
thanks
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.page-id-9891 #header { display: none; }
You can right click on your page on Chrome or Firefox and click Inspect elements to find out your page's ID. You should change the page ID in my code to match your page ID
Cheers!
Yigit
thank you perfect