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 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
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 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
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 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
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 best , and see my profile. Thanks for your support! Link to comment
Funjob Posted May 19, 2021 Share Posted May 19, 2021 Yup! Thanks a million! creedon 1 Link to comment
c0pp0 Posted 22 hours ago Share Posted 22 hours ago 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment