How do I change the background color of the highlighted form field?

  • Benjamin Röhling
    Asked on February 24, 2019 at 6:30 PM

    Hi!

    Can I change the background color in the form that highlights the field when a user selects the textfield? I haven't found this option.

    Thanks

    Jotform Thread 1742286 Screenshot
  • ilter
    Replied on February 25, 2019 at 2:02 AM

    Hello;

    You can achieve this by using custom css in the form pane opening on right;

    Click to from designer button on top right, select CSS tab and inject your custom css.

    1551078087Screen Shot 2019 02 25 at 09 Screenshot 10

    .form-line-active {

      background-color: #74D5DD !important;

    }


    You can find more examples of custom css injections here and in the related articles of this post.

    https://www.jotform.com/help/75-Customize-Your-Form-Using-Custom-CSS-Codes