CSS: Remove underline from hyperlinks in Squarespace

Add a heading (5).png
 

Do you hate the look of a hyperlink underline and would like them removed from your site? Me too.

Sometimes I am okay with the look and feel of an underline, depending on what font it is. But most of the time they bug me.

Use the below to REMOVE ALL UNDERLINES FROM HYPERLINKS! Wooo!!

Inject the below code to your DESIGN > CUSTOM CSS section.

//REMOVE UNDERLINE//

p a {border:none!important;}

Yehp.. that's it - then they're gone.

Fun trick - always name your code with some lovely forward-back slashes. Otherwise you will have the biggest headache trying to figure out what's what!


For all references and tips, please check out the Squarespace Forum here.