Home › Forums › Support › Heading 3 (H3) font size on mobile This topic has 1 reply, 2 voices, and was last updated 3 years, 11 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 31, 2019 at 11:59 pm #855448 Slaven How to add H3 font size for mobile. Can you please write CSS code for this. Thank you GeneratePress 2.2.2GP Premium 1.7.8 April 1, 2019 at 1:37 am #855494 DavidStaff Customer Support Hi there, try this: @media (max-width: 768px) { h3 { font-size: 20px; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In