Comments DanielHalabi started the conversationFebruary 28, 2021 at 12:46pmAs you can see, I made a custom page for this website. All I need to do is remove the header (and footer if possible) from the first page. I want to keep the header in the other pages. Is there a CSS code or something I can use?TIA 850Jelly repliedFebruary 28, 2021 at 11:19pmHello, Please add this code to Appearance > Customize > Additional CSS or at the end of style.css: .home.page-template-redux-templates_full_width.overflowed { padding-top: 0 !important; } .home.page-template-redux-templates_full_width footer { display: none !important; } Best Regards,Jelly Team Sign in to reply ...
As you can see, I made a custom page for this website. All I need to do is remove the header (and footer if possible) from the first page. I want to keep the header in the other pages. Is there a CSS code or something I can use?
TIA
Hello,
Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:
Best Regards,
Jelly Team