Reply 211667 to: Removing Header from Home Page

Avatar: Olga Barlow
Olga Barlow
Support staff
March 28, 2019 at 17:56

Hello,

There are 2 ways:
1) You can enable blank page template for the page http://prntscr.com/n48y16 It will remove both header and footer but you’ll be able to create footer just as the part of the page content.

2) Hide header for the home page by custom CSS

.home .header-wrapper {
    display: none;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.