Changing the font of the input fields

  • riggy69
    Asked on January 16, 2016 at 8:38 AM

    Hi,

    Is there a way of changing the font in the user data entry fields?  At the moment users see a small basic font as they are entering and I cannot see anyway of changing this in the properties of the form fields.

     

    Thank you

     

    Kind regards

     

    Peter

  • Jan
    Replied on January 17, 2016 at 2:42 AM

    Yes, you can change the font in the input fields. You need to insert this custom CSS code.

    .form-textbox, .form-textarea {

        font-family : Verdana !important;

    }

    You can also change its color if you wanted to. Here's a guide on how to inject custom CSS code to your form.

    Let us know if you need further help. Thank you.