Is there a way to make the font larger in the form?

  • elanabanilivy
    Asked on August 20, 2017 at 2:56 PM

    Is there a way to make the font larger

  • Nik_C
    Replied on August 20, 2017 at 3:08 PM

    If you want to make the whole form font bigger, here is how to do that:

    Is there a way to make the font larger in the form? Image 1 Screenshot 30

    For example, if you want to increase only certain field, like single choice, then you can insert the below CSS:

    Is there a way to make the font larger in the form? Image 2 Screenshot 41

    .form-checkbox-item {

        font-size: 22px;

    }

    If you have any further questions please let us know.

    Thank you!

     

  • elanabanilivy
    Replied on August 20, 2017 at 3:13 PM

    where do i insert 

     

    .form-checkbox-item {

        font-size: 22px;

    }

  • Nik_C
    Replied on August 20, 2017 at 3:20 PM

    I'm sorry for that, you need to insert it in the Custom CSS field: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes