how do i remove "highlight" bar

  • ManBrands
    Asked on April 14, 2016 at 2:25 AM
  • Chriistian Jotform Support
    Replied on April 14, 2016 at 3:56 AM

    If I understand correctly, you want to remove the highlight effect when a field is selected?

    how do i remove highlight bar Image 1 Screenshot 30

    To remove it, please inject the css below: 

    .form-line-active {

        background-color : inherit!important;

    }

    .form-line.form-line-active {

        background-color : inherit !important;

    }

    You can inject custom css by following this guide: How to Inject Custom CSS Codes

    The field should look like the screenshot below once the css is injected.

    how do i remove highlight bar Image 2 Screenshot 41

    If you need further assistance or you were referring to a different issue, please let us know.
    Regards.