CRAndersonArt Posted February 9, 2020 Share Posted February 9, 2020 Site URL: https://courtneyandersonart.squarespace.com/cart password for site is: courtneyandersonart I have a font showing in my cart that is only really legible in lowercase but is shown in uppercase. There is no option to change it under design and styling. What CSS do I need to change it?? Link to comment
tuanphan Posted February 9, 2020 Share Posted February 9, 2020 You mean this text? YOU HAVE NOTHING IN YOUR SHOPPING CART. CONTINUE SHOPPING Add to Home > Design > Custom CSS .empty-message { text-transform: lowercase; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
CRAndersonArt Posted February 9, 2020 Author Share Posted February 9, 2020 Hey! Nope, just the title shopping cart is the font I'm looking to change!https://courtneyandersonart.squarespace.com/config/design Link to comment
tuanphan Posted February 14, 2020 Share Posted February 14, 2020 On 2/10/2020 at 5:15 AM, CRAndersonArt said: Hey! Nope, just the title shopping cart is the font I'm looking to change!https://courtneyandersonart.squarespace.com/config/design For future comments. Add to Home > Design > Custom CSS h2.CartHeader-cartTitle-9Dk3d.cart-title { text-transform: lowercase; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
atotheme Posted July 13, 2020 Share Posted July 13, 2020 Hey @tuanphan do you possibly know how to change the font for the shopping cart? It's not coming up as an option to change on site styles. https://www.jaiminee.com/cart P: 1234 My best, Amy Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 On 7/13/2020 at 9:30 AM, atotheme said: Hey @tuanphan do you possibly know how to change the font for the shopping cart? It's not coming up as an option to change on site styles. https://www.jaiminee.com/cart P: 1234 My best, Amy Shopping Cart title or empty message? Add to Home > Design > Custom CSS h2.CartHeader-cartTitle-9Dk3d.cart-title { font-family: monospace; color: red; } .empty-message { font-size: 20px; font-family: fantasy; color: green; } atotheme 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
whereami Posted April 29, 2021 Share Posted April 29, 2021 @tuanphan I've tried the suggestions above...I'd like 'SHOPPING CART' to be 13px lowercase (normal), and the same with the item title, price etc...everything needs to be the same. Do you know how? Many thanks https://www.caferoyalbooks.com/cart Link to comment
tuanphan Posted April 30, 2021 Share Posted April 30, 2021 On 4/29/2021 at 5:55 PM, whereami said: @tuanphan I've tried the suggestions above...I'd like 'SHOPPING CART' to be 13px lowercase (normal), and the same with the item title, price etc...everything needs to be the same. Do you know how? Many thanks https://www.caferoyalbooks.com/cart Which template do you use? It looks like WordPress WooCommerce site ☘️ Add to Design > Custom CSS /* cart title */ .cart-title { text-transform: lowercase !important; font-size: 13px; } div#sqs-cart-container * { font-size: 13px !important; text-transform: lowercase; } whereami 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
whereami Posted May 1, 2021 Share Posted May 1, 2021 @tuanphanThanks very much! It's Brine, 7.0 Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 On 5/1/2021 at 9:23 PM, whereami said: @tuanphanThanks very much! It's Brine, 7.0 Did the code work or? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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