amardeepatherapy Posted July 24, 2019 Share Posted July 24, 2019 I am new to CSS and I am trying to create some changes to my site.I am trying to change the font size only when displayed on phone, and only on one page:https://raspberry-hibiscus-59n4.squarespace.com/?p I want to change the fonts that are on the first picture (the quote) Thank you in advance for your help Link to comment
tuanphan Posted July 24, 2019 Share Posted July 24, 2019 Each page will have different ID. So you need to find ID of that page. See how to: https://beaverhero.com/squarespace-how-to/#HowtoFindPageID Next, to use CSS for only phone, you use@media screen and (max-width:640px) { Enter CSS Here } Final, your CSS should be @media screen and (max-width:640px) { body#collection-5d01486ebc3e4800010a9633 div#page-5d02792fe3ffe700014a8bd0 h1 { font-size: 20px; font-family: Helvetica; color: red; } } 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 July 24, 2019 Share Posted July 24, 2019 @amardeepatherapy :D 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
amardeepatherapy Posted July 24, 2019 Author Share Posted July 24, 2019 Thank you very much for your help Link to comment
tuanphan Posted July 24, 2019 Share Posted July 24, 2019 @amardeepatherapy It worked? 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
Archived
This topic is now archived and is closed to further replies.