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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ludde Posted September 4, 2023 Share Posted September 4, 2023 Hi! I'm having the same issue but I just want to change my headings in the shop and not the paragraph text. What code is needed then? Thank you! Link to comment
tuanphan Posted September 6, 2023 Share Posted September 6, 2023 On 9/5/2023 at 1:47 AM, Ludde said: Hi! I'm having the same issue but I just want to change my headings in the shop and not the paragraph text. What code is needed then? Thank you! You mean Change Product Name on Detail Product? potenzanana 1 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!) 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