How to remove highlight effect

  • deecox
    Asked on August 13, 2016 at 12:10 PM

    Selected line shows yellow background

    Also, I have just started getting a yellow background when selecting a line.  I have injected the following code into my CSS, as advised on your site, but the yellow background is still showing.

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

  • Support_Management Jotform Support
    Replied on August 13, 2016 at 12:49 PM

    You're on the right track on this one. Just modify the CSS codes you entered

    from:

    .form-line-active {

        background: none;

    }

    to:

    .form-line-active {

        background: none !important;

    }

    (append !important)

    RESULT:

    How to remove highlight effect Image 1 Screenshot 20

    Please let us know if that works too :)

  • liyam
    Replied on August 13, 2016 at 3:22 PM

    Hello Randy,

    I have moved your concern to another thread so we can file a request for this. We'll respond to your concern on this said thread as soon as possible.

    Thanks :)