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.
I wanna disable the name/logo header and menu from my page.
I use this CSS code:
logo-and-menu-container {
display: none !important;
}
but does not work, thank you.
Hi Omar,
You have forgot to put the . in the beggining of the CSS code. Just add the code below to Custom CSS
.logo-and-menu-container { display: none !important; }Thanks, it worked!!