How to remove the white background color on required fields?

  • jumairaki
    Asked on January 15, 2020 at 8:14 PM

    My Jotform on the website looks strange (white color) when you are filling out the form. How can I change the color? I have a few clients that have complained about this as the visibility is reduced.

    You can see it here: http://youtu.be/3iu5N7-cS1I?hd=1

     

    Regards

    Juma

  • David JotForm Support Manager
    Replied on January 15, 2020 at 11:10 PM

    Hi, please inject the following CSS code to remove that white color: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-line-error {

        background: transparent !important;

    }

    Also, you may disable the highlight effect on your form:

    1579147721disabled Screenshot 10

    Let us know if you need more help, we will be glad to assist you.