Font Size of the Jotform Website

  • jackiesnook
    Asked on August 25, 2020 at 12:20 PM

    On my jotform account the font size of my screen is so small I can not read it and therefor struggling to design a form.

  • Ariel JotForm Support
    Replied on August 25, 2020 at 4:37 PM

    Hi there,

    Thank you for reaching out.

    Your form https://form.jotform.com/202083174745050 will use the 15px font-size declared on "form-all" class unless overwritten.

    You can change it from the Form Designer.

    15983874652020 08 26 04 25 03 Screenshot 10

    You can also change it via CSS by injecting the following code to your form:

    .form-all {
        font-size: 18px;
    }

    Related Guide: How to Inject Custom CSS Codes.

    Fine tune the style by changing the value of the font-size to your liking.

    In case you're referring to your browser's zoom level, you can reset it by hitting CTRL+0.

    Hope that helps. Let us know if you have any questions or if you need further assistance.