How can I remove required fields error background ?

  • davidgrayvideos
    Asked on December 29, 2016 at 3:51 AM

    Hi guys how on earth do I get rid of the silly pink background on my labels please?

  • Helen
    Replied on December 29, 2016 at 4:28 AM

    Hi,

    Thank you for contacting us.

    As I understood, you was mentioned about this required field's background:

    How can I remove required fields error background ? Image 1 Screenshot 30

    If you inject this custom CSS code to your form, this background will be removed.

     

    .form-line-error {

        background: none !important;

    }

     

    I have cloned your form and tested on my side. Everything works clearly as you can see below:

    How can I remove required fields error background ? Image 2 Screenshot 41

    Here is guide helps to you for injecting CSS codes into your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have any questions or issue, feel free contact us.