Home › Forums › Support › body font-size in mobile? This topic has 1 reply, 2 voices, and was last updated 2 years, 11 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 9, 2020 at 9:05 am #1159759 cenk How can i change font size of body for mobile? There is no font-size option for body. There is in header options. February 9, 2020 at 9:13 am #1159770 DavidStaff Customer Support Hi there, use this CSS: @media ( max-width: 768px ) { body { font-size: 16px; } } 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