Change field highlight color

  • homunk
    Asked on August 14, 2016 at 7:23 AM

    Hello Support Team! When I click on a form field whose background will be highlighted. How can I change this color?

    Jotform Thread 905828 Screenshot
  • Chriistian Jotform Support
    Replied on August 14, 2016 at 9:09 AM

    To change the highlight color of the field in your form, please try to inject this custom CSS code in your form.

    .form-line-active {

     background-color: green !important;

    }

     

    To inject custom CSS code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes

     

    Do let us know if you need further assistance.
    Regards.

  • homunk
    Replied on August 14, 2016 at 10:14 AM

    Thank you very much! Works fine!