JustinSinger Posted February 5, 2021 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?
tuanphan Posted February 7, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RT53 Posted December 21, 2021 Posted December 21, 2021 this worked perfectly - thank you so much! (I had the same problem) tuanphan 1
geearias Posted December 31, 2021 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment