How can I change the color of the form fields from white?

  • jford
    Asked on May 4, 2016 at 2:34 PM

    Jotform fields seem to be white (at least the drop down credit card expiration month and year seem to be)...can't see entry/complete transaction. How can this be fixed?

  • Welvin Support Team Lead
    Replied on May 4, 2016 at 3:49 PM

    Are you referring to the input boxes? If yes, you can change that in the entire form by adding the following custom CSS codes:

    .form-textbox, .form-dropdown {

    background-color: #bc7059;

    }

    Here's how to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes