How to remove footer link underlines on Squarespace websites
This handy piece of CSS code is one of our most used and removes the underline from links in your websites footer section.
It’s simple to use - just copy the code below in red then navigate to your Custom CSS panel and paste it in.
footer.sections * {
text-decoration: none;
background-image: none !important;
}
Thats’ it - wave goodbye to footer link underlines.
Hope it helps,
Ollie