How to change the input text color ?

  • OBVMR
    Asked on February 4, 2016 at 2:18 PM

    My form input background is gray and the input text is white so the text is praticly invisible. I tried to change it from the designer panel but it doesn't work... I don't know what i'm doing wrong. 

    Here's my form ID: 60144779557264

     

    Thanks a lot for your help ! 

  • Huberson
    Replied on February 4, 2016 at 3:51 PM

    Hello,

    I took the liberty to clone the form to reproduce the issue you are having.

    May I suggest you take the cloned form and modify it in the Designer, there you can change the background and text color of Input Text and Dropdown as well.

    I will try to create a step by step way for you to achieve this.

     

    Thanks for using JotForm!

    Huberson

  • Huberson
    Replied on February 4, 2016 at 4:20 PM

    Change background and text color for Input Text and Dropdown from Designer.

    1- Click inside any Textbox or Dropdown inside the form

    2- On the left, use the 'Background Color' and 'Font Color' to change the color of background and font respectively.

    How to change the input text color ?  Image 1 Screenshot 20

  • OBVMR
    Replied on February 5, 2016 at 9:18 AM

    Thanks a lot for your time but I tried to do those steps yesterday but my text says white ! I don't know why...  you can see that my backround is white and my text black but when I preview the form, the text is still white...How to change the input text color ?  Image 1 Screenshot 20

  • David JotForm Support Manager
    Replied on February 5, 2016 at 10:15 AM

    Please try injecting the following CSS code in your form as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-textarea,.form-textbox {

    color: black !important;

    font-weight: bold !important;

    }

    Result:

    How to change the input text color ?  Image 1 Screenshot 20

    If you need anything else please open a new thread, we will be glad to assist you.

  • OBVMR
    Replied on February 5, 2016 at 10:33 AM

    Thank you, it worked, with your code I were able to identify what part of the code was bugging. I had to take out a part of the old code. Thanks a lot ! 

  • David JotForm Support Manager
    Replied on February 5, 2016 at 10:37 AM

    You are welcome! Feel free to contact us any time.