How can I remove or change the color of the highlighted area?

  • ontracdoors
    Asked on December 21, 2016 at 2:14 PM

    Hi,

     

    Is there a way to disable or change the color of the highlighting feature when you click on one of the fields to start filling it out?  I attached a screenshot showing the yellowish background highlighted when I click the "name" field to start typing.

    Thanks!

    -Mike

     

    Jotform Thread 1017239 Screenshot
  • Nik_C
    Replied on December 21, 2016 at 3:14 PM

    You can remove or change the color of the Highlight effect by inserting the below CSS code in your Custom CSS field:

    .form-line-active {

    background-color: transparent!important;

    }

    You can change the word transparent with any color, blue, red, yellow etc. And that will work too.

    If you have any further questions please let us know.

    Thank you!