Why my form is setting the font size to 8pt every time I open it?

  • PGHMayor
    Asked on March 31, 2016 at 4:06 PM

    My form keeps defaulting to 8 pt font everytime I open it. Please help. 

  • Kevin Support Team Lead
    Replied on March 31, 2016 at 6:28 PM

    I checked your from and noticed that the font size is the same when opening it on the Form Builder and loading the direct link, the current font size is 12px.

    Form Builder:

    Why my form is setting the font size to 8pt every time I open it?  Image 1 Screenshot 50

    Loading the direct link: 

    Why my form is setting the font size to 8pt every time I open it?  Image 2 Screenshot 61

    I have also checked the custom style that you have added in your form and there is not any code that could be affecting this, or perhaps you noticed this and removed it; however, if you want to change the font size for your form you can do it by opening the preferences:

    Why my form is setting the font size to 8pt every time I open it?  Image 3 Screenshot 72

    Then you will be able to change the font size for your form: 

    Why my form is setting the font size to 8pt every time I open it?  Image 4 Screenshot 83

    Other way to change the font size is injecting this CSS code:

    .forma-all{

      font-size: 12px;

    }

    This guide will help you to inject the code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes