How to change the text colour of the radio options?

  • ToniaJensen
    Asked on November 8, 2016 at 11:13 AM

    Dear Jotform,

     

    I would like to change the colour of the dropbox options in black, but NOT the main label/question (has to stay red "level", "session type" ). How to do this?

     

    Thank you.

    Jotform Thread 985081 Screenshot
  • Jan
    Replied on November 8, 2016 at 1:26 PM

    Are you referring to the "text" beside the Radio Buttons?

    How to change the text colour of the radio options? Image 1 Screenshot 20

    If yes, then please insert this custom CSS code in your form:

    .form-checkbox-item label, .form-radio-item label {
       color: #000000;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Hope that helps. Thank you.