[Support request] body font-size in mobile?

Home Forums Support [Support request] body font-size in mobile?

Home Forums Support body font-size in mobile?

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

    #1159770
    David
    Staff
    Customer Support

    Hi there,

    use this CSS:

    @media ( max-width: 768px ) {
        body {
            font-size: 16px;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.