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;
    }