ccandido Posted August 10, 2023 Posted August 10, 2023 I am having trouble adjusting the font size of my shopping cart items. I've searched the forums and tried other codes that were provided, however it's not working for me. I was able to change the header text. I have not been able to change item list font, price, subtotal. It's too small. Can anyone help?
CassAggett Posted August 11, 2023 Posted August 11, 2023 This is code that I've used previously - not sure if selectors have changed recently though - just change the font size to what you need: // CART ITEM QUANTITY PRICE // #cart .cart-item-list-labels { font-size: 1.2rem !important; } #cart .cart-row-title, #cart .cart-row-desc, #cart .cart-row-price, #cart .cart-checkout-button { font-size: 1.2rem !important; } // CART PRODUCT NAME // .item-desc a { font-size: 1.2rem !important; } ccandido 1 Instruction: How to set a site-wide password If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM
Solution Lesum Posted August 11, 2023 Solution Posted August 11, 2023 Hi, here is a code snippet to increase the font size on shopping cart: .cart-row-desc a { font-size: 1.7rem !important; overflow: visible !important; } .cart-row-variants p { font-size: 1.4rem !important; } .cart-row-qty-input { font-size: 1.4rem !important; } .cart-row-price { font-size: 1.4rem !important; } .cart-subtotal-label { font-size: 1.4rem !important; } ccandido and tuanphan 1 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
ccandido Posted August 29, 2023 Author Posted August 29, 2023 This worked perfectly! Thank you kindly!
Avenue43 Posted October 17, 2023 Posted October 17, 2023 This works but now the text is cut off and the items no longer align on the baseline... https://marigold-aqua-rwmn.squarespace.com/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment