How can I change the label color?

  • phokaty
    Asked on March 25, 2017 at 2:55 PM

    How do I change text color for form labeling

  • SafaaAbdulhadi
    Replied on March 25, 2017 at 5:44 PM

    You need to add the following custom CSS into your form designer:

    .form-label {

    color:white;

    }

    You can change the color value to any color you like.

    If you want to change a specific label only, you will have to refer to it by its ID. 

    If you want to know how to add custom CSS into your form, please refer to this guide:

    How to Inject Custom CSS Codes

    If you want to know how to find a field ID and name, please refer to this guide:

    How to find field IDs and names

     

     

  • Support_Management Jotform Support
    Replied on March 26, 2017 at 4:16 AM

    In addition to what SafaaAbdulhadi mentioned, you may also use the ADVANCED DESIGNER to change the Label's font color.

    Just hit the FORM DESIGNER icon on the right > scroll all the way down to the bottom > click the ADVANCED DESIGNER button.

    Once on the ADVANCED DESIGNER page, expand the LABEL STYLES section > then set the LABEL COLOR upon your discretion.

    How can I change the label color? Image 1 Screenshot 20