How do I change the selection color?

  • kg2024bb
    Asked on October 23, 2019 at 1:45 PM

    When I select a question, it turns the color yellow and you can't see the words (see below).  How do I change that to another color?


    1571852660Screen Shot 2019 10 23 at 1 Screenshot 101571852671Screen Shot 2019 10 23 at 1 Screenshot 21

  • Ashwin JotForm Support
    Replied on October 23, 2019 at 3:40 PM

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

    .form-line-active {

        background-color: #fff !important;

    }

    Feel free to change the value of "#fff" to desired color. 

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

    Hope this helps.

    Do get back to us if you have any questions.