How to update font color?

  • CBNRiskManagement
    Asked on July 2, 2020 at 4:36 AM

    I have gone into the advanced setting to change font in the drop down box and it doesn't change to the same font as the main text. 


    As you can see in the screen shot, the assessment questions are black but under Likelihood and Impact the font remains white. 


    I have chosen 

    Colour Scheme, TExt, Black but only changes main body not the selection text in the drop down box. 

    Please help. 



    Jotform Thread 2425284 Screenshot
  • Bojan Support Team Lead
    Replied on July 2, 2020 at 7:28 AM

    Greetings and thank you for your message.

    To resolve this problem, please add the following CSS to your form:

    .form-matrix-table select {
      color: black;
    }
    .form-matrix-table select option {
      color: white;
    }

    Provided CSS should have the following results:

    How to update font color? Image 1 Screenshot 20

    You can click here to see how to inject CSS into your form.

    Please let us know if this resolves your problem.