thegrannywardrobe Posted April 19, 2022 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! 🙂
Beyondspace Posted April 20, 2022 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted April 20, 2022 Posted April 20, 2022 My testing thegrannywardrobe 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
thegrannywardrobe Posted April 21, 2022 Author 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!!! 🙏
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment