samuelsparrow Posted July 25, 2020 Share Posted July 25, 2020 Site URL: https://www.samuelsparrow.com/ Hello, I've managed to increase the line weight of the hamburger menu lines on my site. I'd like to do the same for the cart icon. Does anyone know how to adjust this? Thank you Link to comment
tuanphan Posted July 26, 2020 Share Posted July 26, 2020 Add to Home > Design > Custom CSS /* burger lines height */ .burger-inner>div { height: 3px !important; } /* cart */ svg.icon.icon--cart { stroke-width: 2px; } 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
thegiftrebellion Posted December 30, 2020 Share Posted December 30, 2020 Hello Tuanphan, I've used lots of your custom html in my website with great success. Thank you. The html above works to make the cart lines stronger but it doesn't change the weight of the cart items number. Can you please help to adjust the number? Thanks Link to comment
tuanphan Posted December 30, 2020 Share Posted December 30, 2020 2 hours ago, thegiftrebellion said: Hello Tuanphan, I've used lots of your custom html in my website with great success. Thank you. The html above works to make the cart lines stronger but it doesn't change the weight of the cart items number. Can you please help to adjust the number? Thanks Use this CSS span.sqs-cart-quantity { font-weight: bold; } 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
MarieJD Posted March 31, 2021 Share Posted March 31, 2021 Hello, I'm pretty new to CSS coding and I also wish to increase the weight of my cart and menu icons, but I'm wondering if it will cause problem with the fonctionality of the cart and of the website in the future if squarespace updates something ? Thank you very much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.