[Support request] Customizing Mobile Typography

Home Forums Support [Support request] Customizing Mobile Typography

Home Forums Support Customizing Mobile Typography

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #369895
    Karl

    Hope you can Help, I’m customising Body, changing the font size for mobile and then clicking desktop to make a change, but the result of the font size on either mobile or desktop is the last value I enter before saving and publishing.

    I understand, there is actually no toggle for the body typography. What I am seeing is the toggle for the preview from WordPress.

    Can we use CSS to set a specific font size for mobile? If so, could you let me know what CSS I should use please.

    Many thanks
    Karl

    #369899
    Leo
    Staff
    Customer Support

    Hi Karl,

    Thanks for opening a topic 🙂

    Here you go:

    @media (max-width: 768px) {
        body {
            font-size: 10px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

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