JustinSinger Posted February 5, 2021 Share Posted February 5, 2021 Site URL: https://www.thisispalo.com/ Looking to change the font on my About section on mobile ONLY. Is this possible? Link to comment
tuanphan Posted February 7, 2021 Share Posted February 7, 2021 Add to Design > Custom CSS /* reduce mobile about text */ @media screen and (max-width:767px) { div#block-4c1a3b84f0adc3fd07ae h4 { font-size: 20px; } } 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
RT53 Posted December 21, 2021 Share Posted December 21, 2021 this worked perfectly - thank you so much! (I had the same problem) tuanphan 1 Link to comment
geearias Posted December 31, 2021 Share Posted December 31, 2021 On 2/6/2021 at 6:13 PM, tuanphan said: Add to Design > Custom CSS /* reduce mobile about text */ @media screen and (max-width:767px) { div#block-4c1a3b84f0adc3fd07ae h4 { font-size: 20px; } } Worked for me too. Thank you! 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