Summary Block Font Size

grey_ghost.png

Description

Easily adjust the summary block’s title and excerpt font size. 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.

Copy Code
// Summary Block Title //

.summary-title-link {
  font-size: 25px !important;
  color: #000000;
  letter-spacing: 2px;
  line-height: 1.8px;
}

// Summary Block Excerpt //

.summary-excerpt p {
  font-size: 14px !important;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.8px;
}

Customize

Adjust the font size, color, letter spacing, and line height for both the Summary Block Title and Excerpt to your liking.