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've noticed that some links refuse to change from the default green/teal color even with the additional compatability check box ticked on the Theming page in Theme Options. (Please see attached screenshot)
Can you provide me with some CSS to change the color of clicked/visted links; I have tried;
a:visited { } a:clicked { }but have had no luck so far.
Thanks,
Best Regards,
Jack Vanstone
Sorry missing attachment...
Hi Jack,
Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.
Hi Jack,
Just add the code below to Custom CSS
a:focus { color: #5d5d5d !important; }