How can I make my labels bold?

  • aschulman
    Asked on May 18, 2015 at 1:13 PM

    I would like to BOLD the questions so they stand out, how can i do that?

  • Ben
    Replied on May 18, 2015 at 2:04 PM

    I presume that you are looking to make all of the labels on your jotform bold.

    To do that you should add this CSS code to your jotform:

    label.form-label {
       font-weight: bold;
    }

    You can see here how to add it to your jotform: Inject Custom CSS Codes

    I would only suggest adding the CSS code to the bottom - after all the other CSS code in your jotform (if any).