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.
Hi,
I want to delete my logo and menu only from my front page. I tried several CSS but didn't work.
Thank you.
Hi Elham,
Can you please add the code below to Custom CSS
.logo-and-menu-container { display: none !important; }
Hi Ylli,
That worked perfectly. Thank you so much.
Cheers,
Hi Elham,
Sorry for the mistake, CSS code should be:
body.home .logo-and-menu-container { display: none !important; }