springonion Posted April 16, 2022 Posted April 16, 2022 (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! Edited April 17, 2022 by springonion removed url because site isn't supposed to be public yet
Beyondspace Posted April 17, 2022 Posted April 17, 2022 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! Try .nested-category-breadcrumb { font-family:'arial'; } .nested-category-title { font-family:'arial'; } Change the style as you desire springonion 1 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
springonion Posted April 17, 2022 Author Posted April 17, 2022 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?
tuanphan Posted April 19, 2022 Posted April 19, 2022 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? 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!)
SullyRichard Posted November 22 Posted November 22 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
Squareko Posted November 23 Posted November 23 try it into custom css: .nested-category-breadcrumb { font-family:'roboto'; } .nested-category-title { font-family:'roboto'; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment