What is the css to change color input fields?

  • jwfieren
    Asked on August 8, 2016 at 7:22 AM

    Hi,

    What is the css to change color input fields? I would like the color to be white and text to be black.

    Thank you

  • Welvin Support Team Lead
    Replied on August 8, 2016 at 7:30 AM

    You can inject the following custom CSS codes:

    .form-textbox, .form-textarea, .form-dropdown {

        background: #fff;

        color: #000;

    }

    These codes will affect your Textboxes, textareas, and dropdowns. 

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