How to remove hover effect?

  • GORUCK
    Asked on October 1, 2014 at 5:22 AM

    I have tried this for my jotform but it is not working my jotform url is

    http://form.jotform.us/form/42304354795154

    please let me know how to do that?

  • jedcadorna
    Replied on October 1, 2014 at 8:41 AM

    The highlight effect is already disabled in your Jotform when I checked it. I think what you want to disable is the error highlight when required field is not skipped or missing. To remove the error color please inject this css in your form.

    .form-line-error{
    background:transparent !important;
    }

    Let us know if this is not what you are trying to achieve.