Change text font color

  • mclement
    Asked on November 25, 2015 at 2:28 AM
    Also, the colored words on the form changed from white to
    gray which make it harder to read but I couldn't find how to change it back
    and have no idea why it did that either?
  • Chriistian Jotform Support
    Replied on November 25, 2015 at 2:39 AM

    Hi,

     

    I checked your form and I noticed that the checkbox and radio button field text are set to grey which makes the text difficult to read.

    Change text font color Image 1 Screenshot 20

     

    To fix this, please add this custom CSS code in your form.

    .form-checkbox-item label, .form-radio-item label {

        color: white !important;

    }

     

    To add/inject custom CSS code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.