Jump to content

Change fonts for blog title/paragraph on both blog page and detail page

Go to solution Solved by CassAggett,

Recommended Posts

Posted

I'd like to change the font/typeface for my blog titles and paragraphs, and have it be consistent across the blog page itself and the page that lists all my blogs (https://www.calsharkey.com/blog).

I found this code for the blog title, although it only works for the blog page:

.blog-item-title h1 {
    font-family: 'FuturaBookFont' !important;
}

Thanks for any help!

Posted

Try this instead, it doesn't look like the code you're using is picking up the font on my end:

.blog-side-by-side .blog-title, .blog-item-wrapper .blog-item-title h1.entry-title {
  font-family: 'FuturaBookFont' !important;
}

 

Instruction: How to set a site-wide password

If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆

Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business.

WEBSITEINSTAGRAM

 

Posted
1 hour ago, CassAggett said:

Try this instead, it doesn't look like the code you're using is picking up the font on my end:

.blog-side-by-side .blog-title, .blog-item-wrapper .blog-item-title h1.entry-title {
  font-family: 'FuturaBookFont' !important;
}

 

This works perfect for both pages, thank you!

Could I bother you for the CSS to change the body/paragraph font as well? 

  • Solution
Posted
22 hours ago, CalShark said:

This works perfect for both pages, thank you!

Could I bother you for the CSS to change the body/paragraph font as well? 

Are you wanting this to be the same font? If so, use this:

// PARAGRAPH FONTS //
.sqsrte-small, p, .sqsrte-large {
  font-family: 'FuturaBookFont';
}

 

Instruction: How to set a site-wide password

If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆

Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business.

WEBSITEINSTAGRAM

 

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.