Jump to content

Can I add a subtitle beneath my page titles? (with scaling)

Recommended Posts

  • Replies 3
  • Views 282
  • Created
  • Last Reply

Top Posters In This Topic

10 hours ago, Ciaran88 said:

Site URL: http://www.dejaete.com

Hey guys, I am not a coder and new to Squarespace. I'd like to add "by Ciaran Doherty" beneath the logo title on my page but I really have no idea how to go about it, especially in a way that will scale dynamically.

Any ideas?

Add to Design > Custom CSS

/* Tagline */
a#site-title:after {
    content: "by Ciaran Doherty";
    display: block;
    font-size: 18px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 4/5/2022 at 7:31 PM, tuanphan said:

Add to Design > Custom CSS

/* Tagline */
a#site-title:after {
    content: "by Ciaran Doherty";
    display: block;
    font-size: 18px;
}

 

Thank you! Do you know if it's possible to reduce the gap between the title and the subtitle?

Link to comment
On 4/6/2022 at 8:27 PM, Ciaran88 said:

Thank you! Do you know if it's possible to reduce the gap between the title and the subtitle?

Use this new code

/* Tagline */
a#site-title:after {
    content: "by Ciaran Doherty";
    display: block;
    font-size: 18px;
}
a#site-title{
    line-height: 22px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.