Remove Hyperlink Underlines in Squarespace 7.1
Squarespace recently made some changes to links and the code that gives them an underline. Past code has stopped working but here’s the updated code to remove the underlines.
Copy and paste the code into DESIGN → CUSTOM CSS.
.footer a, a, p a{ background: none !important; text-decoration-line: unset !important; }