How can I change text in input field?

  • jmpfeffer
    Asked on April 2, 2018 at 9:37 PM

    I have tried to change the text color in the input field, but it is still white and you can barely see what you are typing in the form. I have tried the suggestion of highlighting the field and changing text color. The text color is on black, but it is still showing up white when I try to input text in the input field. I have attached a screenshot of how light the text is in the first couple text boxes. I have also attached a photo to show how my form is set to black on the font. What am I doing wrong? I just need the input field to be a dark colored font.

    Thanks!

    1522719326Screenshot (34) Screenshot 10

     



    1522719188Screenshot (33) Screenshot 21

  • David JotForm Support Manager
    Replied on April 2, 2018 at 11:53 PM

    Please try injecting the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-textbox, .form-textarea, .form-upload, .form-dropdown, .form-matrix-column-headers, .form-matrix-row-headers, .form-matrix-values {

        color: white;

        font-weight: bold;

    }

    Result:

    1522727553fontcolor Screenshot 10

    You can change the color property if you want to: https://www.w3schools.com/colors/colors_picker.asp 

  • jmpfeffer
    Replied on April 3, 2018 at 9:45 AM

    Thanks so much!! That worked!!