Okay
  Public Ticket #1500368
Home page without header & footer
Closed

Comments

  • notavision started the conversation

    Hello,

    How can I make my home page without header & footer ?

    Thanks for your help.

  • [deleted] replied

    Hi there,

    Before you continue please consider reading the article we wrote about How to Add Custom CSS to your site, then paste the code below in Custom CSS Section:

    .home header.main-header{ display: none;}
    .home footer { display: none;}
    

    Thank you.