checkmymachine Posted November 20, 2020 Share Posted November 20, 2020 Site URL: https://tulip-wrasse-a4lb.squarespace.com Hi everyone, I'm using a custom font on my site and it's working well but I am unable to change the font on products and catergories in the shop page, and product blocks on the home page. I've tried a few options suggested elsewhere on the forum but with no luck. Any help would be gratefully received, thank you! https://tulip-wrasse-a4lb.squarespace.com/shop https://tulip-wrasse-a4lb.squarespace.com/ p: TPP2020 Link to comment
Solution tuanphan Posted November 22, 2020 Solution Share Posted November 22, 2020 Add to Home > Design > Custom CSS /* shop page */ .products.collection-content-wrapper .list-grid * { font-family: 'Circular' !important; } /* product block */ .product-block * { font-family: 'Circular' !important; } 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
checkmymachine Posted November 22, 2020 Author Share Posted November 22, 2020 Thank you so much - that has worked perfectly in the product block. The catergories on the shop page are still in Acumin font, is there a fix for that too? Thank you! Link to comment
tuanphan Posted December 3, 2020 Share Posted December 3, 2020 On 11/23/2020 at 2:59 AM, checkmymachine said: Thank you so much - that has worked perfectly in the product block. The catergories on the shop page are still in Acumin font, is there a fix for that too? Thank you! Add this .nested-category-tree-wrapper * { font-family: 'Circular' !important; } 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