Home › Forums › Support › Setting Responsive Font Sizes This topic has 1 reply, 2 voices, and was last updated 6 years, 5 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 16, 2019 at 10:11 am #1065008 colt0356 Im trying to set the font size different for mobile and desktop in BODY but there is no option to set them according to the device. But the option is there for HEADINGS… How come there is no responsive setting for body? November 16, 2019 at 10:59 am #1065024 LeoStaff Customer Support Hi there, Try this CSS for mobile: @media (max-width: 768px) { body { font-size: 10px; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 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