Guest Posted June 23, 2015 Posted June 23, 2015 I need to remove the underline text from links, how can I do that?
Guest Posted June 23, 2015 Posted June 23, 2015 Paste this code into your css editor: footer a:link { text-decoration: none !important; }
dimsk Posted January 9, 2018 Posted January 9, 2018 Hey To remove it from all links you can use this code: a { border-bottom: none !important; } Hope that helps!
JoshThomas Posted April 23, 2019 Posted April 23, 2019 @DMK thanks...worked like a charm for Brine template (removing underline from linked text)!
Guest Posted November 11, 2019 Posted November 11, 2019 it did work on me: .sqs-block-html .sqs-block-content *:not(h1):not(h2):not(h3) { border: none !important; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.