mportch Posted May 6, 2020 Share Posted May 6, 2020 Site URL: https://smilodon-ocelot-my5f.squarespace.com/profile Hi, How do I make my paragraph text smaller in MOBILE view? Thanks! Link to comment
tuanphan Posted May 6, 2020 Share Posted May 6, 2020 Add to Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { body[data-dynamic-font-sizing-enabled="true"] .sqsrte-large { font-size: 15px !important; } } </style> 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
mportch Posted May 6, 2020 Author Share Posted May 6, 2020 Thanks! I've added this to all Advanced headers of pages where this paragraph text appears for consistency in MOBILE view. However, is there a way of adding this to all the individual product pages? https://smilodon-ocelot-my5f.squarespace.com/lost-america-prints/picnicstands Or would CSS code be better suited to all pages? Link to comment
tuanphan Posted May 6, 2020 Share Posted May 6, 2020 19 minutes ago, mportch said: Thanks! I've added this to all Advanced headers of pages where this paragraph text appears for consistency in MOBILE view. However, is there a way of adding this to all the individual product pages? https://smilodon-ocelot-my5f.squarespace.com/lost-america-prints/picnicstands Or would CSS code be better suited to all pages? @media screen and (max-width:767px) { body[data-dynamic-font-sizing-enabled="true"] .sqsrte-large { font-size: 15px !important; } } Home > Design > Custom CSS 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
mportch Posted May 6, 2020 Author Share Posted May 6, 2020 Thanks! Works great on all paragraph text - apart all the product pages text? https://smilodon-ocelot-my5f.squarespace.com/lost-america-prints/picnicstands Link to comment
tuanphan Posted May 11, 2020 Share Posted May 11, 2020 On 5/7/2020 at 6:42 AM, mportch said: Thanks! Works great on all paragraph text - apart all the product pages text? https://smilodon-ocelot-my5f.squarespace.com/lost-america-prints/picnicstands @media screen and (max-width:767px) { body[data-dynamic-font-sizing-enabled="true"] .collection-type-products .ProductItem-details .ProductItem-details-excerpt { font-size: 20px; } } 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
Archived
This topic is now archived and is closed to further replies.