Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #283827

    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.

    #283829

    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

    #284592

    Great! Many thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove headers and footers in landing pages’ is closed to new replies.