Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #339182
    Laura
    Participant

    Good morning

    I would appreciate if you send me an additional CSS to change the size of the default font family because in mobile devices it is very small and it is almost unreadable

    Thank you for your support

    #339191
    Sakin
    Keymaster

    Hi Laura,

    You can increase the font-size in the following CSS and add it in “Appearance => Customize => Additional CSS” box:

    @media screen and (max-width: 1024px) {
      body, button, input, select, textarea {
        font-size: 15px;
      }
    }

    Regards,
    Sakin

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