Home › Forums › Support › How to change size of H3 heading on mobile? This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 4, 2019 at 8:05 pm #1026642 Tom Hi I would like to customize the font size of H3’s on mobile vs desktop. I don’t see that option right now – the font size seems to be the same. The issue is that on mobile, my H2’s and H3’s are the same size. Thanks, Tom October 4, 2019 at 8:26 pm #1026646 LeoStaff Customer Support Hi there, Try this CSS: @media (max-width: 768px) { h3 { font-size: 10px; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 7, 2019 at 8:53 am #1028542 Tom Great that worked for me October 7, 2019 at 9:41 am #1028573 LeoStaff Customer Support Awesome ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In