Comments paaech started the conversationApril 24, 2018 at 2:17amHow do I edit or even remove the hover effect on text links via CSS?[deleted] repliedApril 24, 2018 at 7:32amHi paaech,You can add this code below to your Custom CSS area: a:after { background-color: transparent !important;}paaech repliedApril 24, 2018 at 5:03pmDoesn't look like that helped. The animated underline is still happening on hover.[deleted] repliedApril 25, 2018 at 8:13amHi Paaech,Interesting, the code should work but please add this one too: .single-portfolio-holder .details .link a:after { background-color: transparent !important;} Sign in to reply ...
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:
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: