How to Change the Specific Texts' Color in My Form?

  • SGDS
    Asked on December 10, 2015 at 9:55 PM

    Hi, I use the 'pet lover' template for both of my forms. On the previews it shows everything perfectly but on my actual forms it changes the font on the checkboxes and radio boxes to black font and is very difficult for users to read. I have included the url for one of my forms here but the issue is the same with both forms.

     

    Thanks,

    Sam

    Jotform Thread 722969 Screenshot
  • mert JotForm UI Developer
    Replied on December 11, 2015 at 4:00 AM

    Hi Sam,

    You can easily overcome this problem by injecting some custom CSS to your form. Below, you will see the necessary CSS code that changes those text to white color.

     

    .form-radio-item label {

    color : #ffffff!important;

    }

     

    Please, try this one and let us know the results.

    Thanks.