Remove active field background

  • dsignmalin
    Asked on June 30, 2016 at 4:27 AM

    Hi,
    I have tried to change this in custom css but this is still showing. Please advise.

    .form-line.form-line-active {
        background : none !important;
        background-color none !important;
    }

    https://form.jotformeu.com/61806947125359

     

    Thanks
    Malin

  • Chriistian Jotform Support
    Replied on June 30, 2016 at 6:27 AM

    Can you please try this custom CSS code and see if this will help?

    .form-line.form-line-active {

        background : none !important;

        background-color : transparent !important;

    }

    I changed the background-color CSS value from none to transparent.