How can I change the color of a rectangle behind the input field?

  • lharriman
    Asked on July 13, 2016 at 8:42 PM

    Please take a look at my form. I would like to change the orange rectangle to red to match the submit button. How can I do this? All I seem to be able to change is the color of the buttons and input fields.

  • Chriistian Jotform Support
    Replied on July 14, 2016 at 2:22 AM

    You can inject the custom css code below to change the color of the rectangle to red.

    #id_3 {

        background: #cd0909;

    }

    How can I change the color of a rectangle behind the input field? Image 1 Screenshot 20

    If you need further assistance, please let us know.