How to remove the highlight effect in the new UI?

  • pardop1
    Asked on April 6, 2016 at 4:25 PM

    Please let me me know where you moved the feature that highlights a field when you click on is so that you cannot read what it says of the writing is in white on your form. It used to be in preferences, but is no longer there. 

    Trying to go live w this for ASAP. 

    Here's the form - https://form.jotform.com/60965355952971

  • Kevin Support Team Lead
    Replied on April 6, 2016 at 5:27 PM

    Seems like this feature was removed from the form preferences; however, you can find it now in the Designer, you only need to click on the Designer icon.

    How to remove the highlight effect in the new UI? Image 1 Screenshot 50

    Once there go to the highlight effect settings under the "Color Scheme" section:

    How to remove the highlight effect in the new UI? Image 2 Screenshot 61

    Then click on the current color and click on the "X" icon, this will remove the color and will set it to transparent, click the "Select" button and that is all.

    How to remove the highlight effect in the new UI? Image 3 Screenshot 72

    You may also paste this CSS code in the Designer:

    .form-line-error, .form-line-active{

        background: none !important;

    }

    How to remove the highlight effect in the new UI? Image 4 Screenshot 83

    It should give the same result as the steps above. 

    Hope this helps.