Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #2564734
Pages
Closed

Comments

  • Safeasfcuk started the conversation

    Hi can you tell me if its possible to create a blank page without the header or footer? I have tried to do this in page attributes but there is no theme for a blank page. 

  • [deleted] replied

    Hi Safeasfcuk,

    If you want to have a page without a header and footer then please just enter Edit area of that page > go to Parameters and Options area > Custom CSS and add the code below to your Custom CSS area:

    header.site-header {
        display: none;
    }
    footer.site-footer {
        display: none;
    }

    Have a nice day!