How do we make the text in a text area or drop down bold or different font?

  • stroudshow
    Asked on April 19, 2015 at 9:26 PM
  • stroudshow
    Replied on April 19, 2015 at 10:01 PM

    in question field

  • Welvin Support Team Lead
    Replied on April 20, 2015 at 6:11 AM

    Hi,

    You have to open the form in the form designer and click the field, an option to change the field properties should appear. For example:

    How do we make the text in a text area or drop down bold or different font? Image 1 Screenshot 20

     

    For changing the font weight to bold, you can inject the following custom CSS codes:

    .form-textbox, .form-textarea, .form-dropdown {

    font-weight: bold;

    }

    Here's how to inject the custom CSS codes: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. You have to add the codes at the very bottom of the existing ones.

    Please get back to us if you need further assistance.

    Thanks