Solid Underline Header Text (V2)
Description
Add an underline style to headers and text (not for 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.
// Solid Underline Header - V2 // h1 { text-decoration: underline #51F5C1 !important; text-decoration-thickness: 6px !important; }
Customize
Change the h1 text property to the one you’d like to target. This can be either h1, h2, or h3.
Adjust both of the text-decoration and text-decoration-thickness values to your liking.