Change Text Field Color

  • egoidmedia
    Asked on December 3, 2015 at 4:30 PM

    I'm trying to write text in one of the text fields on my form and the text is showing up as white and it almost looks transparent, is there a way to change the color of this? Change Text Field Color Image 1 Screenshot 20

  • egoidmedia
    Replied on December 3, 2015 at 4:43 PM

    //UPDATE//

     

    I was able to fix it for the text boxes by adding : input[type="text"] { color: black !important; } 

     

    But I cannot find a way to add it for the bigger text fields like the text area! Please help. 

  • David JotForm Support
    Replied on December 3, 2015 at 6:24 PM

    Hi,

    You can change the input text color of your text area fields by adding this code to your form:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-textarea.custom-hint-group, .form-textarea{
        color : black;
    }

    If you have any further questions, let us know and we will be happy to help.