Hi,
Is there a way to rmove the header from the home page only.
Thanks
Theme version: Version 4.5.2Hello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.