Site Tagline In 7.1
Description
Add a tagline below your site title or logo, similar to the feature in Squarespace 7.0 (Brine). This plugin uses css editor and works with Squarespace 7.1.
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.
// Site Title Tagline // .header-title:after { content: 'TAGLINE TEXT'; font-size: 14px; padding-top: 5px; color: #BBBBBB; display: block; }
Customize
Replace TAGLINE TEXT with your own text that’d you’d like to use for your tagline.
Adjust font size, padding top, and color to your liking.