How Do I Style the Background Highlight?

  • cleverlyengaged
    Asked on February 22, 2016 at 12:21 AM
  • mert JotForm UI Developer
    Replied on February 22, 2016 at 4:14 AM

    Hi there,

    If you are talking about the yellow zone on the background when you activated a one field. This feature comes by default when you created a form. Please, see it from the below:

    How Do I Style the Background Highlight? Image 1 Screenshot 30

     

    However, you can easily change its color by injecting some CSS to your form. Please, copy and paste the code from the below by using the provided method:

     

    .form-line-active{

    background-color: red !important;

    }

     

    After those changes, you can see how it looks like:

    How Do I Style the Background Highlight? Image 2 Screenshot 41

     

    If you need any extra help, please do let us know.

    Thanks.