Okay
  Public Ticket #1265318
Front Page with NO header
Closed

Comments

  • Chris Neis started the conversation

    Can I create a front page without any header? Just an intro text and 2 buttons for registration and login?

    Or better - can I decide for each page whether it should have the header or not?

    url: https://sano.livedemo.click

    thanks

  •  2,054
    Theme replied

    Hello,

    this can easily be achieved with a line of custom css code. Every page has its own ID, which means you can target each individual page.

    For the home page, use the following:

    .home-page .head {display:none;}

    For other pages the code would look like this:

    .page-id-112 .head {display:none;}

    You can find these IDs if you navigate to Pages > All pages. Then place your mouse on a page title, so that a url will show up on the bottom of the page:

    You can add the custom css codes via Admin > Live customizer.

    Thank you


    Best regards,

    themeenergy support