How do I change the Colour of selected field

  • kelvingeewc
    Asked on June 8, 2017 at 10:21 AM

    Hi, if you look at the form, upon selecting the field- the background of selected field changes in Colour making it impossible to see the options anymore

    can you help to point out how to I change it?

    Jotform Thread 1167335 Screenshot
  • Sven
    Replied on June 8, 2017 at 11:38 AM

    Hi, 

    Please inject the following CSS code into your form builder:

    .form-line.form-line-active {
        background : none !important;
        background-color : none !important;
    }

    Here's how to inject custom CSS into your form:

    How-to-Inject-Custom-CSS-Codes


    Let us know if you need any further help.


    Thank you!