Remove the field highlight

  • agvalue
    Asked on July 3, 2017 at 1:35 PM

    Hi how can I remove the active field highlight ?

     

    Remove the field highlight Image 1 Screenshot 20

  • Jan
    Replied on July 3, 2017 at 2:42 PM

    Please use this custom CSS code to remove the field highlight: 

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

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    Hope that helps. Thank you.