Remove Link Underlines in Squarespace 7.1
Remove link underlines by using this simple CSS snippet:
/*Remove Underlines from Links*/ .sqs-block-html a {background-image:none!important} /* Also include this section of code */ h1 a, h2 a, h3 a, h4 a, p a {text-decoration: none!important}