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.
Hello,
How can I make my home page without header & footer ?
Thanks for your help.
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.