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 want the color of the header-logo-text change to white when sticky header is active. I tried the following in the css on the page. doesn´t work.
header.sticky-active .header-logo.logo-text {
color: #ffffff !Important;
}
any other ideas?
Thx Karin
Hi Karin,
This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though
Can you please add the code below to Custom CSS
header.main-header.menu-type-standard-menu.sticky-active .logo-column a {color: #fff !important;
}