Changing the textarea font size

  • christhatcher
    Asked on July 31, 2015 at 4:13 AM

     

    The font in the Contact page message box is larger, and bolder than the fonts in any of the other fields (in both Firefox and Safari for Mac). Is there any way you can make the message box font match the fields above?

    Jotform Thread 624789 Screenshot
  • Ben
    Replied on July 31, 2015 at 10:29 AM

    To do this, you should add the following CSS to your form:

    textarea.form-textarea {
        font-size: 13px;
    }

    You can see how to do that here: Inject Custom CSS Codes just remember to add the above code behind all the other codes in there (all the way at the bottom).

    This will set it to be of the same height as the textbox fields above and should look the same now.

    Do of course let us know if you have any questions or issues and we would be happy to assist with them :)