Changing the radio item's font color

  • ntdfive22com
    Asked on February 3, 2017 at 3:23 PM

    hey guys great product.

    I've tried adjusting the css as well and the design settings, everything is set to white, but the radio button descriptions

    remain grey.

    the form in my account is NTD-Contact-2017

     

    Screenshot attached. please see if you can pinpoint the issue.

     

    thanks

     

     

     

    Jotform Thread 1056325 Screenshot
  • Jan
    Replied on February 3, 2017 at 5:02 PM

    I was able to replicate the issue. Please try using this custom CSS:

    .form-checkbox-item label, .form-radio-item label {

    color: #ffffff !important;

    }

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

    Changing the radio items font color Image 1 Screenshot 20

    Hope that helps. Thank you.