how to change text color in a check box

  • Comanches
    Asked on May 27, 2015 at 2:21 PM
  • Kiran Support Team Lead
    Replied on May 27, 2015 at 3:47 PM

    You can add the following CSS code to your JotForm to change the color of checkboxes on your JotForm.

    .form-checkbox-item label {

        color : #3ea100 !important;

    }

    You may change the color code #3ea100 to your required color. You may get the color code of your required color from here.

    Hope this information helps!!