Matt_Steinke Posted February 1, 2021 Share Posted February 1, 2021 Site URL: https://orange-beagle-9jfc.squarespace.com/ Hi there, I'd like to change the font size and line height of both headings and paragraphs in mobile view only. How is the CSS for this? Thanks, as always! Matthias Link to comment
tuanphan Posted February 6, 2021 Share Posted February 6, 2021 On 2/1/2021 at 2:52 PM, Matt_Steinke said: Site URL: https://orange-beagle-9jfc.squarespace.com/ Hi there, I'd like to change the font size and line height of both headings and paragraphs in mobile view only. How is the CSS for this? Thanks, as always! Matthias All heading (h1,h2,h3..) & paragraph? 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
tuanphan Posted February 16, 2021 Share Posted February 16, 2021 Add to Design > Custom CSS @media screen and (max-width:767px) { h1 { font-size: 20px; } h2 { font-size: 30px; } h3 { font-size: 40px; } h4 { font-size: 50px; } p { font-size: 60px; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment