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.
How do I edit or even remove the hover effect on text links via CSS?
Hi paaech,
You can add this code below to your Custom CSS area:
a:after {background-color: transparent !important;
}
Doesn't look like that helped. The animated underline is still happening on hover.
Hi Paaech,
Interesting, the code should work but please add this one too:
.single-portfolio-holder .details .link a:after {background-color: transparent !important;
}