Change font color of input fields

  • Carol_Chin
    Asked on February 17, 2021 at 5:31 PM

    When input all data in the fields, the font colours are white which is same colour as input field colour so cannot see.

    How to change font colours to be black so we can see the data we key in?

    Thanks.

  • Vanessa_T
    Replied on February 17, 2021 at 9:37 PM

    Please add the CSS below to your form:

    .form-textbox { color: black; }

    Guide: How-to-Inject-Custom-CSS-Codes