Comments 5craigkleila started the conversationDecember 19, 2019 at 5:17pmI tried adding the following to the Custom CSS section but it didn't work:a:hover {color: #4d49f0;} 1,558Laborator repliedDecember 20, 2019 at 8:23amHi 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 Documentation Join Kalium Users Group Sign in to reply ...
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:
Or let me know what you're trying to change specifically and I can give you another CSS.
Best regards,
Laborator Team