How to change background color of the field?

  • gabrieldaujotas
    Asked on September 7, 2016 at 6:45 AM

    Hiya,

     

    I've got one quick questions. Is it possible to change the colour of forms that clients fill in?

    Please see an image so it is clear what I am asking.

    Regards

    Jotform Thread 925911 Screenshot
  • Nik_C
    Replied on September 7, 2016 at 8:41 AM

    Sure, please Insert the below CSS in your Custom CSS field:

    #input_5 {

    background:red!important;

    border-color:red!important;

    }

    The orange line will change the background color and green line will change the border color. Feel free to adjust the colors. #input_5 is the ID of the second field.

    If you have additional questions please let us know.

    Thank you!