Jump to content

Customize category title font on main store and category pages

Recommended Posts

Posted (edited)

I'd like to change the category title font on my store, as well as the nested and parent category titles on the category pages.

Right now they're set in H2 and P2. I'd like both to be set like the List Titles, just slightly bigger (IBM Plex Mono, font weight 500, letter spacing 0.9 em, text transform uppercase, line height 1.5 em, font size 1.5 rem)

Help greatly appreciated!

Screenshot 2022-04-17 014318.png

Edited by springonion
removed url because site isn't supposed to be public yet
Posted
31 minutes ago, springonion said:

Site URL: https://estherpatrizia.com/grrr

I'd like to change the category title font on my store, as well as the nested and parent category titles on the category pages.

Right now they're set in H2 and P2. I'd like both to be set like the List Titles, just slightly bigger (IBM Plex Mono, font weight 500, letter spacing 0.9 em, text transform uppercase, line height 1.5 em, font size 1.5 rem)

Help greatly appreciated!

Screenshot 2022-04-17 014318.png

Try 

.nested-category-breadcrumb {
  font-family:'arial';
}
.nested-category-title {
  font-family:'arial';
}

Change the style as you desire

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> No-code customisations for Squarespace

Posted

Thank you so much, this works 🙂 

Is there a way to remove the line break in the breadcrumb?

Also, to show the entire path? As in Store / Clothes / Hoodies?image.thumb.png.272bda8fed82688e6798b1d0feda90e2.png

Posted
On 4/17/2022 at 7:56 AM, springonion said:

Thank you so much, this works 🙂 

Is there a way to remove the line break in the breadcrumb?

Also, to show the entire path? As in Store / Clothes / Hoodies?image.thumb.png.272bda8fed82688e6798b1d0feda90e2.png

Add to Design > Custom CSS

/* remove line */
h2.nested-category-title:after {
    display: none;
}

 

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!)

  • 2 years later...
Posted
On 4/16/2022 at 7:17 PM, Beyondspace said:

Try 

.nested-category-breadcrumb {
  font-family:'arial';
}
.nested-category-title {
  font-family:'arial';
}

Change the style as you desire

Can you please expand on this? i don't understand how to change to font size from 16 pt to 20 pt for example

 

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.