Site logo

[Support request] Setting Responsive Font Sizes

Home Forums Support [Support request] Setting Responsive Font Sizes

Home Forums Support Setting Responsive Font Sizes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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?

    #1065024
    Leo
    Staff
    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.