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.
Hello,
I would delete in the css the effect of highlighting in the links but I can not find how.
Can you help me?
Best regards,
Virginie
Hi Virginie,
So you want to remove the underline animation when you hover to any link on your site? If yes then, please add the code below to your Custom CSS area:
a:after { background-color: transparent !important; }