Thicker Hyperlink Lines

Screen Shot 2019-08-13 at 10.06.44 AM.png

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.


Previous
Previous

Same Width Buttons

Next
Next

Circle Close Icon In Mobile Menu