Tagged: header
Hi,
I need to create some landing pages without any link to the rest of the website.
Is there a way to remove the header (social buttons, logo and main menu) from individual pages?
Thanks.
Hi loyalzoo!
Please add folllowing code to Quick CSS in Enfold theme options under General Styling tab and change page id
.page-id-5979 #header { display: none !important; }
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
Great! Many thanks!