krodriguez Posted November 7, 2020 Share Posted November 7, 2020 Site URL: https://www.kelseyrodriguez.com/shop Hello everyone! I've combed the forums and tried a few different iterations of code and am struggling to change the font size of my product categories on mobile. On my site (no password) kelseyrodriguez.com/shop, the product categories don't scale down in mobile view (see attached photo) leading to a lot of unwanted horizontal overflow. I'd love some code to make these product categories scale down, or even just break into two lines, but I don't know the specific tag to target. Any help would be great! Thanks in advance! Link to comment
tuanphan Posted November 10, 2020 Share Posted November 10, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { li.nested-category-breadcrumb-list-item * { font-size: 12px; } } krodriguez and jezhawk 2 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!) Link to comment
jezhawk Posted March 23, 2021 Share Posted March 23, 2021 Thank you this worked for my site too. Had tried a few different options to try and find the right one! Link to comment
Funjob Posted May 17, 2021 Share Posted May 17, 2021 How do I change the categories font on a shop page? Link to comment
tuanphan Posted May 18, 2021 Share Posted May 18, 2021 19 hours ago, Funjob said: How do I change the categories font on a shop page? Can you share link to shop page? 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!) Link to comment
Funjob Posted May 18, 2021 Share Posted May 18, 2021 Thanks, Tuanphan, but I figured it out. Although, while you're here could you tell me how to change the font on the "subtotal" heading on the cart screen? https://www.underhereyes.com/cart Password: Eyeballs Link to comment
tuanphan Posted May 18, 2021 Share Posted May 18, 2021 13 hours ago, Funjob said: Thanks, Tuanphan, but I figured it out. Although, while you're here could you tell me how to change the font on the "subtotal" heading on the cart screen? https://www.underhereyes.com/cart Password: Eyeballs font name, font color, size or..? 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!) Link to comment
creedon Posted May 18, 2021 Share Posted May 18, 2021 @Funjob @tuanphan I attempted to answer the same question here. I assumed it was the font-family. tuanphan 1 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. Link to comment
Funjob Posted May 19, 2021 Share Posted May 19, 2021 Yup! Thanks a million! creedon 1 Link to comment
c0pp0 Posted January 30, 2023 Share Posted January 30, 2023 On 11/10/2020 at 10:12 AM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { li.nested-category-breadcrumb-list-item * { font-size: 12px; } } @tuanphan Thanks so much this exactly what i needed right now...how would I go about centering the now smaller text? Link to comment
tuanphan Posted February 2, 2023 Share Posted February 2, 2023 On 1/30/2023 at 1:12 PM, c0pp0 said: @tuanphan Thanks so much this exactly what i needed right now...how would I go about centering the now smaller text? Try this. If it doesn't work, please share link to your site @media screen and (max-width:767px) { li.nested-category-breadcrumb-list-item * { font-size: 12px; text-align: center !important; } } 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!) Link to comment
markadekoning Posted March 20, 2023 Share Posted March 20, 2023 I'm trying to target the shop category font on my site, to change the font color. Any ideas? I picked this code up elsewhere and it changes the font, just not the color: .collection-type-products .ProductItem-details, .ProductItem-nav-breadcrumb, body:not( .button-style-default ) .sqs-add-to-cart-button, .nested-category-children { font-family : 'quincy-cf'; font-size: 18px; font-color: blue !important; letter-spacing: 0.03rem; } Thanks. https://thehomecollectivecomau.squarespace.com/ pword: Thehomecollective Link to comment
tuanphan Posted March 21, 2023 Share Posted March 21, 2023 On 3/20/2023 at 10:45 AM, markadekoning said: I'm trying to target the shop category font on my site, to change the font color. Any ideas? I picked this code up elsewhere and it changes the font, just not the color: .collection-type-products .ProductItem-details, .ProductItem-nav-breadcrumb, body:not( .button-style-default ) .sqs-add-to-cart-button, .nested-category-children { font-family : 'quincy-cf'; font-size: 18px; font-color: blue !important; letter-spacing: 0.03rem; } Thanks. https://thehomecollectivecomau.squarespace.com/ pword: Thehomecollective With color, use this a.nested-category-breadcrumb-link { color: #f1f !important; } 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!) Link to comment
markadekoning Posted March 22, 2023 Share Posted March 22, 2023 That works, thanks very much. Link to comment
TaraLubonovichThorud Posted December 7, 2023 Share Posted December 7, 2023 How can I change the word "categories"? I see how to change font style and color, but not how to change the actual text... Link to comment
tuanphan Posted December 9, 2023 Share Posted December 9, 2023 On 12/7/2023 at 7:16 PM, TaraLubonovichThorud said: How can I change the word "categories"? I see how to change font style and color, but not how to change the actual text... Can you share link to page where you have problem? We can check easier 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!) 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