How to disable the field highlighting effect?

  • ellie123
    Asked on November 10, 2014 at 11:18 AM

    Hello -

    I have form set to a transparent background (which is what I want)...however when a question is selected, it is highlighted in white.

    Because I am using a light colored font, it is difficult to read the field options. How can I change the field highlight color?

    Thanks for your help!

    Pls see mt screenshot for a better explanation:

    How to disable the field highlighting effect? Image 1 Screenshot 20

     

  • Ashwin JotForm Support
    Replied on November 10, 2014 at 12:07 PM

    Hello ellie123,

    Please inject the following custom css code in your form to change the field highlighting color:

    .form-line-active{

    background:transparent !important;

    }

    The following guide should help you in injecting custom css code in your form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

     

    Alternatively, you can disable the field highlighting effect of your form. Please check the screenshot below on how to disable it:

    How to disable the field highlighting effect? Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!