Thicker Hyperlink Lines
Description
Add a thicker line underneath hyperlinks. This plugin uses css editor and works with all template families.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Thicker Hyperlink Line // h1 a { border-bottom: 5px solid #000000 !important; text-decoration: none !important; background-image: none !important; }
Customize
Change h1 to the text property you’d like to target. This can be either h1, h2, h3, or p.
Adjust the bottom-border and color values to your liking.