CSS code to change font colour

  • srcc01
    Asked on October 30, 2016 at 5:13 PM

    Hi

    I wanted to change the font color to white for the options, right now it's greyed out.

    Jotform Thread 975842 Screenshot
  • Welvin Support Team Lead
    Replied on October 30, 2016 at 6:38 PM

    Inject the following custom CSS codes to your form:

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

        color: #FFF !important;

    }