AFisk Posted May 5, 2020 Share Posted May 5, 2020 (edited) Site URL: http://www.adrianfisk.com Hi - How can I dramatically increase the size of the Heading 1 font? I want a large font that goes right across the page when viewed in desktop. Obviously the CSS may need to be different for mobiles otherwise it wont fit on the screen. As you'll see from my site I currently have created large 200 pix font in Photoshop and overlayed onto the image and then uploaded that to SS. The issue with this is that it looks ok on desktop though looks poor on a mobile and the font is so large you only see 2 letters! Is there a way to change font size of headert 1 seperately for desktop and mobile? Any help much appreciated! Edited May 5, 2020 by AFisk Link to comment
tuanphan Posted May 5, 2020 Share Posted May 5, 2020 You can add this code to Home > Design > Custom CSS to change heading 1 size on mobile @media screen and (max-width:767px) { h1 {font-size: 20px;} } houseandmind 1 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