We would like to change the font asking the questions for the basic fields like name, address, phone number, etc. Is there a way to do that?

  • LivingExpanded
    Asked on October 1, 2016 at 11:45 PM

    We would like to have all the text in Georgia font. Thanks!

  • liyam
    Replied on October 2, 2016 at 5:15 AM

    Hello LivingExpanded,

    You can inject this code into your form:

    .form-all, .form-label-left, .form-label-right, .form-label-top {
         font-family: Georgia !important;
    }

    If you need to know how to inject CSS code into your form, please refer to this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    On your widget, you can add this code:

    label {
        font-family: Georgia !important;
    }

    If you have questions, please let us know.

    Thanks.

  • ozlem.demirci1993
    Replied on October 2, 2016 at 7:38 AM

    Hi, 

    If you want to work more detailed on your form, you can use Advance CSS Editor. You can use different font-family, font-size, font color etc for each components of your form by using Advance CSS Editor panel.

    I showed how you can use Advance CSS Editor and save the changes in the video below.

     

    If you want something else, or need further assistance, feel free to revert back.

     

    Thanks.