How do I change the background color of highlight effect?

  • solarpowerco
    Asked on August 20, 2018 at 12:49 AM

    Hi Guys

    When I select a field to put data in, the whole field is highlighted that yellow colour, I no longer can see the font as I've set it as WHITE

    I want to use this color scheme, but i don't know how to change the background color from yellow to something else? 



    1534740468Jotform Screenshot 10

  • Victoria_K
    Replied on August 20, 2018 at 5:11 AM

    Hello,

    You may change the background color of highlight effect using custom css codes:

    .form-line-active {

      background-color: your color !important;

    }

    The code must be injected according to the next guide: How-to-Inject-Custom-CSS-Codes

    Let us know if you need more help.

  • solarpowerco
    Replied on August 20, 2018 at 5:43 AM
    Thanks
    I haven't had experience with this
    What is the color code to highlight it dark grey??
    ...
  • Victoria_K
    Replied on August 20, 2018 at 6:54 AM

    You may input this value as color: #4e4b4b

    Or pick another color here: https://www.w3schools.com/colors/colors_picker.asp