Okay
  Public Ticket #2705195
I want to remove the header from only 1 page
Closed

Comments

  • DanielHalabi started the conversation

    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

  •  840
    Jelly replied

    Hello,

    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