How can I take the color off the highlight styles as it's still showing as yellow?

  • alxbeats
    Asked on January 14, 2017 at 5:39 PM
    how can I take the color off the highlight
    styles as it's still showing as yellow?
  • Jan
    Replied on January 14, 2017 at 5:46 PM

    Please insert the CSS code below in order to remove the highlight on active field:

    .form-line-active {

    background-color: transparent !important;

    }

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