[Resolved] Mobile font size

Home Forums Support [Resolved] Mobile font size

Home Forums Support Mobile font size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1622676
    JOAQUIM GALANTE

    How can I increase the font size on the mobile while maintaining the font size on the PC?

    #1622895
    Leo
    Staff
    Customer Support

    Hi there,

    What font size are you referring to?

    The body/paragraph font size?

    #1623293
    JOAQUIM GALANTE

    All fonts sizes (titles, body news, etc), because when i increase the font one mobile it increase in pc view too. I want it indepenent and i want to know how i do it.

    #1623703
    David
    Staff
    Customer Support

    Hi there,

    you can set the mobile font size for the body with this CSS:

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

    In the Customizer > Typography > Headings settings you have a separate Mobile option for each of the H1-H5 font sizes, simply click the mobile icon beside the field.

    #1623759
    JOAQUIM GALANTE

    Done, thanks a lot.

    #1623870
    David
    Staff
    Customer Support

    You’re welcome

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