Nomis Posted January 6 Posted January 6 Hi folks, I have an issue with my website and could use your support. Unfortunately, my uploaded custom font is displayed way too large in the mobile template, and I would like to adjust the size. How can I change the font sizes for individual headings (h1, h2, etc.) specifically for the mobile version? I would be grateful for your help! Site: https://maltemartenmethod.squarespace.com/ Pword: maltemartenmethod2023
tuanphan Posted January 7 Posted January 7 Use this CSS code (Website Tools > Custom CSS) @media screen and (max-width:767px) { h1 { font-size: 30px !important; } h2 { font-size: 20px !important; } h3 { font-size: 10px !important; } } mikelmuruzabal, Nomis and JuneV 3 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment