How to Change the Input Text Colour?

  • maivutan
    Asked on December 17, 2015 at 6:19 AM

    The background of the form is dark so I want the input text colour to be changed to white.

  • mert JotForm UI Developer
    Replied on December 17, 2015 at 9:30 AM

    Hi there,

    You can do this easily by injecting some custom CSS to your form. Below, you will see the necessary CSS code to achieve this:

     

    .form-textbox, .form-textarea{

    color:white !important;

    }

     

    For further assistance, please let us know.

    Thanks.

  • maivutan
    Replied on December 18, 2015 at 1:36 AM

    The text input is still black.

  • mert JotForm UI Developer
    Replied on December 18, 2015 at 3:20 AM

    I tested the CSS code which I gave and the input texts are in white without any problem. Please, see it from the below:

    How to Change the Input Text Colour? Image 1 Screenshot 20  

     

    This issue which you are experiencing can occur from browser caches. So, I suggest you to clear your browser caches or try your form on "Incognito mode" (Ctrl+Shift+N in Windows).

     

    Thanks.