CSS: Drop down field font is displaying white (want it to be black)

  • JeffPatrick
    Asked on August 10, 2020 at 1:12 PM

    Hi Team - I have two fields displaying on my form with WHITE text but I want it to display in BLACK like all other fields on the form. I included CSS to set all field fonts to black but need your help to make these last two fields display black text: Other Amount and the State dropdown. See the uploaded image to help id these two fields

    Can you help?

    Jotform Thread 2502743 Screenshot
  • Amin JotForm Support
    Replied on August 10, 2020 at 4:19 PM

    Kindly inject the following CSS code into your form:

    #input_63, #input_16_state {
        color: black !important;
    }

    Result:

    1597090702Screenshot 2020 08 10 Donate t Screenshot 10

    My demo form: https://www.jotform.com/202226469299969

    Related guide: How-to-Inject-Custom-CSS-Codes