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 tried adding the following to the Custom CSS section but it didn't work:
a:hover {
color: #4d49f0;
}
Hi Craig,
That is a general CSS to change the link hovers all over the site, you can try this instead:
a:hover { color: #4d49f0 !important; }Or let me know what you're trying to change specifically and I can give you another CSS.
Best regards,
Laborator Team