daveeee Posted March 7, 2021 Share Posted March 7, 2021 (edited) Site URL: https://maroon-icosahedron-lppc.squarespace.com/shop Site URL: https://maroon-icosahedron-lppc.squarespace.com/shop Hi, I have added custom fonts to my site and have been able to change most of them using CSS code, but found the shop section was bit difficult one to fix. I want to change all the shop section fonts (title, price, detail pages, etc.) to custom fonts. password is: 1111 Edited March 8, 2021 by daveeee Link to comment
tuanphan Posted March 15, 2021 Share Posted March 15, 2021 Hi. Add to Design > Custom CSS /* Shop list custom font */ section.grid-meta-wrapper * { font-family: 'calibre-w-r' !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
daveeee Posted March 18, 2021 Author Share Posted March 18, 2021 It worked!! Thanks!! Link to comment
tuanphan Posted March 22, 2021 Share Posted March 22, 2021 On 3/19/2021 at 12:25 AM, daveeee said: It worked!! Thanks!! I see add to cart a bit narrow on tablet You can add this CSS to increase button width /* tablet add to cart */ @media screen and (max-width:991px) and (min-width:768px) { .ProductItem-details .sqs-add-to-cart-button-wrapper { width: 100%; } } 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