springonion Posted April 16, 2022 Share 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 Link to comment
Beyondspace Posted April 17, 2022 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
springonion Posted April 17, 2022 Author Share 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? Link to comment
tuanphan Posted April 19, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment