sunnyland_threads Posted February 3, 2022 Posted February 3, 2022 Site URL: https://www.sunnylandthreads.com/cart Can someone please tell me how to lowercase the "SHOPPING CART" font on this page?  Thank you 🙂
meganheath Posted February 3, 2022 Posted February 3, 2022 Hi @sunnyland_threads Here's a solution to the problem. Â
tuanphan Posted February 8, 2022 Posted February 8, 2022 Add to Design > Custom CSS .cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Shopping Cart"; text-transform: lowercase; font-family: briasetto; }  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!)
MichelleT Posted February 11, 2022 Posted February 11, 2022 Hi @tuanphan  I am trying to make the "Shopping Cart" Text lowercase also (and change it to the custom font I have set up) but the code above doesn't seem to work. Can you tell me where I'm going wrong? Webiste = https://michelletaikiart.com/ Password = Summer01  Also, any chance you can help me change the product name/prices on the product pages to the custom font? Â
creedon Posted February 11, 2022 Posted February 11, 2022 (edited) 1 hour ago, MichelleT said: I am trying to make the "Shopping Cart" Text lowercase also (and change it to the custom font I have set up) Try the following. .cart-title { text-transform : lowercase !important; font-family : billionaire-miracles !important; font-size : 72px !important; } Change the font-family and size to suit. Let us know how it goes. Edited February 11, 2022 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
MichelleT Posted February 11, 2022 Posted February 11, 2022 5 minutes ago, creedon said: Try the following. .cart-title {  text-transform : lowercase;  font-family : san-serif;  font-size : 72px;    } Change the font-family and size to suit. Let us know how it goes. Thanks @creedon No luck with that either - any ideas?
creedon Posted February 11, 2022 Posted February 11, 2022 1 hour ago, MichelleT said: Also, any chance you can help me change the product name/prices on the product pages to the custom font? The class for the product title is .LW_8wunl7 and the class for prices is .item-price does that help you with creating your rulesets? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
creedon Posted February 11, 2022 Posted February 11, 2022 23 minutes ago, MichelleT said: No luck with that either - any ideas? I have updated my code post. Let us know if that helps. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
MichelleT Posted February 11, 2022 Posted February 11, 2022 31 minutes ago, creedon said: I have updated my code post. Let us know if that helps. Thanks Creedon - think I figured it out. The below seems to work: .qdfWf_Xh_ { Â Â text-transform: lowercase !important; Â Â font-size: 60px !important; } creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment