Check box options color not changing

  • cenglish26
    Asked on January 10, 2017 at 2:55 PM

    Hello, Sometime over the past couple of days the font color of check box options on the following form has changed.   https://www.jotform.com//?formID=43425601212138   It shows red when editing... this is correct.  However previewing or live they show white.   Why are the options not red in preview or live?  Here's the live link :  https://form.jotform.com/43425601212138 

  • Jan
    Replied on January 10, 2017 at 5:07 PM

    I cloned your form and I was able to verify the issue. The font color is red in Form Builder but it is white in the live form.

    Check box options color not changing Image 1 Screenshot 30

    Please insert the custom CSS code below:

    #cid_8 .form-checkbox-item label {

        color : red !important;

    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Check box options color not changing Image 2 Screenshot 41

    Hope that helps. Thank you.