Comments rootseire started the conversationSeptember 5, 2021 at 12:01pmHi, My client requests to remove green underlines upon hover over links at https://joolsgilson.com/art-performance/, and I believe this has something to do with transform CSS. Do you have some code I can use to disable underline?Thanks,Patrick 1,558Laborator repliedSeptember 6, 2021 at 8:14amHi Patrick, Can you try adding this CSS to Custom CSS to hide the underline globally in your site: .site-footer a:after, .wrapper a:after { background-color: transparent; } Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hi,
My client requests to remove green underlines upon hover over links at https://joolsgilson.com/art-performance/, and I believe this has something to do with transform CSS. Do you have some code I can use to disable underline?
Thanks,
Patrick
Hi Patrick,
Can you try adding this CSS to Custom CSS to hide the underline globally in your site:
Best regards,
Laborator Team