Remove Link Underlines in Squarespace 7.1

Remove link underlines by using this simple CSS snippet:

Copy Code Example
/*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}
    
Previous
Previous

Shrinking Header Logo on Scroll

Next
Next

Remove Navigation Underlines in Squarespace 7.1