How can I delete color which apper when I am staying on the choosen field?

  • Alyona
    Asked on August 17, 2018 at 10:40 AM
    Hello!
    Still working on my form how can I delete color whicj apper when I am staying on the choose field?
    https://form.jotformeu.com/82255160506350  
    
  • Richie JotForm Support
    Replied on August 17, 2018 at 10:49 AM

    To clarify, are you referring to the background color change when you select an answer?

    How can I delete color which apper when I am staying on the choosen field? Image 1 Screenshot 20

    You can add this custom CSS code to remove the background, in your Form Builder>CSS

    .form-line-active{

    background:none!important;
    }

    Guide:How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Thank you.