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