How to remove the background color of the field?

  • tinalea0
    Asked on June 20, 2019 at 5:33 AM

    Hi,

    Is there anyway I can remove the red color that shows up when a visitor is missing to fill out a part of a form? Please se attached picture.

    Thanks,

    Tina

    Jotform Thread 1863880 Screenshot
  • AndrewHag
    Replied on June 20, 2019 at 6:01 AM

    Please add the CSS code below:

    .form-line-error{

      background-color: transparent;

    }

    1561024840chrome nSQQ3Q4hXc Screenshot 10

    Here is the guide: How-to-Inject-Custom-CSS-Codes