When some field gets selected, entire segment gets highlighted

  • labman3
    Asked on June 2, 2015 at 3:35 PM

    I created this form, but I can't seem to stop the background color from changing colors. I don't like the pink background.

    Form: http://www.jotform.com/?formID=51524107020135

     

    Thank you

    Bill

  • Ben
    Replied on June 2, 2015 at 5:17 PM

    To fix this Bill you should add the following code to your jotform:

    .form-line-active.form-line {
        background: none transparent;
    }

    You should add it at the bottom of your custom CSS field.

    You can see how to do that here: Inject Custom CSS Codes