How to change checkboxes item label from white to black?

  • Dave474themix
    Asked on January 17, 2016 at 9:21 AM

    right now the font is white for the "yes/no" text beside the check mark boxes. How do we change the yes/no font to black?

    Jotform Thread 746914 Screenshot
  • Mike_G JotForm Support
    Replied on January 17, 2016 at 6:04 PM

    To fix that you can add CSS codes to your form.

    Here's a guide that will help you on how you can inject custom CSS codes to your form.

    How-to-Inject-Custom-CSS-Codes

    Here's the code that you will add. 

    .form-checkbox-item label{

    color: black !important;

    }

    After you added the code, your form should look like this:

    How to change checkboxes item label from white to black? Image 1 Screenshot 20

    I hope this helps. Let us know if you need any further assistance. Thank you.

  • Dave474themix
    Replied on January 17, 2016 at 7:47 PM
    Thank you for your speedy reply, and thank you even more for the
    video.gif!! It would have taken me a long time to figure that out without
    the video.
    Happy New Year!
    Cheers
    Dave
    ...