Okay
  Public Ticket #1650392
splash page
Closed

Comments

  • adottdot started the conversation

    Yes, I know it is 2018, but my client insists on a splash page. How can I make a page that has no header or menu in Kalium?

  • [deleted] replied

    Hi adottdot,

    Don't worry for that. We offer Parameters and Options area for almost all pages of your theme. So you can put this CSS code:

    .header-absolute header.main-header {
        display: none;
    }

    ... that will hide the logo and menu... in the Parameters and Options > Custom CSS and code will be valid for that page only.

    Have a great day!