To change back ground colour on highlight?

  • zala5958
    Asked on October 26, 2015 at 1:38 PM

    Hi there,

    I want to change colour at the background of the form (screenshot attached)

    whenever text box in the form is selected the yellow colour appears , I want to change it to " #00608E " 

     

    Jotform Thread 690214 Screenshot
  • Charlie
    Replied on October 26, 2015 at 2:52 PM

    Hi,

    You should be able to do this in the Form Designer Tool, you can follow the screenshots below:

    1. Open your Form Designer Tool.

    2. Under the "Color Scheme" click the gear icon of the "Simulate Highlight"

    To change back ground colour on highlight? Image 1 Screenshot 30

    3. Here you can set the color of the highlight of the active input.

    To change back ground colour on highlight? Image 2 Screenshot 41

    4. Here's a cloned form with that changed I made: https://form.jotform.com/52986048336970? 

     

    Do let us know if that helps.

  • zala5958
    Replied on October 27, 2015 at 1:18 AM

    I did as you said but after saving the form the changes doesn't appear in the form.

    when I checked the form simulate highlight was not selected, I don't know how but  it automatically deselects itself ( "simulate highlight" )

  • mert JotForm UI Developer
    Replied on October 27, 2015 at 8:52 AM

    Hi,

    Alternatively, you can try to inject custom CSS code to your form. Below, you will see the CSS code that makes the changes you want:

     

    .form-line-active{

    background-color: #00608E !important;

    }

     

    I hope this one will help you.

    Thanks.