cattg Posted January 15, 2021 Share Posted January 15, 2021 Site URL: https://snail-hyperboloid-dk28.squarespace.com/config/design Hi Guys, I've already got custom fonts on my site but I'm just looking for those last few area's to fix up. On this product detail page : https://snail-hyperboloid-dk28.squarespace.com/config/design I'm looking for custom css for these items : - Product Detail Page Item Title - Product Detail Page Breadcrumbs Text If anyone could help that would be amazing! Thank you 🙂 Link to comment
Beyondspace Posted January 15, 2021 Share Posted January 15, 2021 33 minutes ago, cattg said: Site URL: https://snail-hyperboloid-dk28.squarespace.com/config/design Hi Guys, I've already got custom fonts on my site but I'm just looking for those last few area's to fix up. On this product detail page : https://snail-hyperboloid-dk28.squarespace.com/config/design I'm looking for custom css for these items : - Product Detail Page Item Title - Product Detail Page Breadcrumbs Text If anyone could help that would be amazing! Thank you 🙂 Please use this .ProductItem-details-title { font-family: 'SilkSerif-Regular' !important; } nav.ProductItem-nav * { font-family: 'SilkSerif-Regular' !important; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
cattg Posted January 15, 2021 Author Share Posted January 15, 2021 Amazing!! Thank you! 🙂 And how about the shopping cart page? Link to comment
cattg Posted January 15, 2021 Author Share Posted January 15, 2021 Additionally is that an add on to find the css text? I actually figured out the breadcrumbs nav one and the item heading in the end using the a font tool add on to find the element ID text but your add on looks like it gives you the full code? If you could share that would be great. Link to comment
Beyondspace Posted January 15, 2021 Share Posted January 15, 2021 1 hour ago, cattg said: Additionally is that an add on to find the css text? I actually figured out the breadcrumbs nav one and the item heading in the end using the a font tool add on to find the element ID text but your add on looks like it gives you the full code? If you could share that would be great. Use this .ProductItem-details-title { font-family: 'SilkSerif-Regular' !important; } nav.ProductItem-nav * { font-family: 'SilkSerif-Regular' !important; } [class*="CartTableRow-itemTitle"] a { font-family: 'SilkSerif-Regular' !important; } I inspect the element by right click on it a choose inspect BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.