Change input field label color

  • namtheman
    Asked on December 5, 2019 at 12:35 AM

    I cannot find where to change the input field text colour > as you can see when the user fills out form....they can barely see the font because of the colour!

    HELP! 

    Jotform Thread 2067581 Screenshot
  • Vanessa_T
    Replied on December 5, 2019 at 3:14 AM

    Please add the custom CSS below to change the font color of labels to black:

    .form-label {

       color: black !important;

    }

    You may change the text black to any color you want.