I can not manage to change the big yellowish background behind a form item PLEASE HELP

  • cirella
    Asked on July 2, 2015 at 9:38 PM

    I have tried this in the CSS and nothing seems to work, please I am desperate!

    This is my form> http://form.jotformz.com/form/51828037498668

     

    I used this in the CSS but the yellow still remains:

     

    .form-line-active input, .form-line-active textarea, .form-line-active select {

        font-family : arial;

        font-weight : bold;

        color : #ffffff;

        border-color : transparent transparent #ffffff transparent !important;

        border-width : 1px !important;

        background-color : transparent !important;

        box-shadow : none !important;

        font-size : 13px;

        outline : none !important;

    }

    Jotform Thread 602226 Screenshot
  • Chriistian Jotform Support
    Replied on July 2, 2015 at 11:28 PM

    Hi cirella,

    Thanks for contacting us.

     

    I checked your form and I was able to see the highlight on error of the field only. See screenshot below.

    I can not manage to change the big yellowish background behind a form item PLEASE HELP Image 1 Screenshot 20

    If you want to remove the highlight on error of the field, just add/inject the custom CSS code below in your form.

    .form-line-error {

    background: transparent !important;

    }

     

    Do let us know if you need further assistance.

     

    Regards.