Remove underline on links 7.1

Enter this code into your custom css:

a {
background-image: none !important;
}

You can target this to a specific area or item as well, for example if you don’t want to underline on your links in your footer:

footer a {
background-image: none !important;
}

If that still isn’t working, then try doing either of these:

a {
text-decoration: none !important;
}
a {
border-bottom: none !important';
}
Swell YYC

Elevating female led businesses through fresh, refined, intentional and simply beautiful brands.

http://www.swellyyc.com
Previous
Previous

7.1 Product Image Aspect Ratio on Individual Product Page: Change with Custom Code

Next
Next

How to edit code on Squarespace