How can I change the font color of the checkbox labels?

  • icap
    Asked on October 5, 2017 at 7:50 PM
    Hi, I was including multiple choice options in my form but I can't change the font to white... Could you help me with the specific CSS code?
  • Support_Management Jotform Support
    Replied on October 5, 2017 at 7:52 PM

    Is this the form you're currently working on?

    https://www.jotform.com/72286834474870

    If it is, try the following CSS Code to change the font color of the checkbox labels:

    .form-checkbox-item label {

        color: white !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes