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.

Okay
  Public Ticket #1551798
Hover links
Closed

Comments

  • paaech started the conversation

    How do I edit or even remove the hover effect on text links via CSS?

  • [deleted] replied

    Hi paaech,

    You can add this code below to your Custom CSS area:

    a:after {
    background-color: transparent !important;
    }

  • paaech replied

    Doesn't look like that helped. The animated underline is still happening on hover.

  • [deleted] replied

    Hi Paaech,

    Interesting, the code should work but please add this one too:

    .single-portfolio-holder .details .link a:after {
    background-color: transparent !important;
    }