thegrannywardrobe Posted April 19, 2022 Share Posted April 19, 2022 Site URL: https://www.thegrannywardrobe.com Hello! I was hoping to make some minor changes to the shopping cart fonts: - Make subtotal capitalised - Reduce font size of the $$ amount, so it's the same size as the subtotal - Maybe it's a long shot, but if it's possible, can the QTY underline be removed? Thank you so much in advance! 🙂 Link to comment
Beyondspace Posted April 20, 2022 Share Posted April 20, 2022 On 4/19/2022 at 11:28 AM, thegrannywardrobe said: Site URL: https://www.thegrannywardrobe.com Hello! I was hoping to make some minor changes to the shopping cart fonts: - Make subtotal capitalised - Reduce font size of the $$ amount, so it's the same size as the subtotal - Maybe it's a long shot, but if it's possible, can the QTY underline be removed? Thank you so much in advance! 🙂 Try adding to Home > Design > Custom Css #cart .cart-subtotal-label span { text-transform: uppercase !important; } #cart .cart-row-qty>div { border: none; } #cart .cart-subtotal-price{ font-size: 16px; } Let me know how it works on your site thegrannywardrobe 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted April 20, 2022 Share Posted April 20, 2022 My testing thegrannywardrobe 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
thegrannywardrobe Posted April 21, 2022 Author Share Posted April 21, 2022 On 4/20/2022 at 8:07 AM, bangank36 said: Try adding to Home > Design > Custom Css #cart .cart-subtotal-label span { text-transform: uppercase !important; } #cart .cart-row-qty>div { border: none; } #cart .cart-subtotal-price{ font-size: 16px; } Let me know how it works on your site Yayyyy! Thank you so much!!! It worked perfectly!!! 🙏 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