This topic has 2 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Olga Barlow
Hi,
Is there a way to rmove the header from the home page only.
Thanks
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
You must be logged in to reply to this topic.Log in/Sign up