Is it possible to have one page that does not include the header?
Hi m!
What type of header are you using? You can add following code to Quick CSS in Enfold theme options under Styling tab and change page ID
.page-id-734 #header { display: none; }
Please see this post to find page ID’s https://kriesi.at/support/topic/mini-heading-in-page/#post-188120
Best regards,
Yigit
Perfect, thanks!