DebJaverbaum Posted June 30, 2023 Share Posted June 30, 2023 (edited) Hi! Two questions, as I get back into the Squarespace game: I love how scaled header text looks on desktop, but of course it looks ridiculously small on mobile. Is there a fix, CSS or otherwise, for this? Is there a CSS way to enable the site-wide animation offerings only on one page, like just on the logo? (I'm not finding the animation I'd like in the regular image animation options.) Thank you! Edited July 1, 2023 by DebJaverbaum typo Link to comment
tuanphan Posted July 1, 2023 Share Posted July 1, 2023 What is site url? We can check easier #1. We can use CSS code to resize all text on mobile #3. You can enable site wide animation then use code to disable on some pages 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
DebJaverbaum Posted July 1, 2023 Author Share Posted July 1, 2023 (edited) 16 hours ago, DebJaverbaum said: https://moonshotscholars.squarespace.com/ Edited July 1, 2023 by DebJaverbaum Link to comment
tuanphan Posted July 3, 2023 Share Posted July 3, 2023 (edited) #1. You can add to Design > Custom CSS /* Mobile Scaled text */ @media screen and (max-width:767px) { [class*="scaled-text-"] * { font-size: 40px !important; } } #2. Which page you want to disable animation? Edited July 3, 2023 by tuanphan 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
DebJaverbaum Posted July 3, 2023 Author Share Posted July 3, 2023 (edited) Thank you. I think it would need another line of code to force a line break, because it goes outside of the container on mobile. (For now I turned off the scaled text so my client can take a look.) Edited July 3, 2023 by DebJaverbaum tuanphan 1 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