How to delete the yellow color highlight

  • Gasmon
    Asked on July 5, 2014 at 11:28 AM

    Hi,

    How can I delete a yellow color (when I click on the form)

    And red color?

    Jotform Thread 399837 Screenshot
  • liyam
    Replied on July 5, 2014 at 3:02 PM

    Hello Gasmon,

    You can remove the yellow background highlight by doing the following steps:

    1. Edit your form and check that you're on the Setup & Embed tab
    2. Click Preferences
    3. Click the Field Styles tab
    4. On the Highlight Effect settings, click the value and select 'Disabled'

    How to delete the yellow color highlight Image 1 Screenshot 20

    While for your removal of the red background:

    1. Select the Form Styles tab (still in Preferences)
    2. On the Inject Custom CSS, insert this text:

    .form-line-error {
         background: none !important;
    }

    3. Save your form.

    Please let us know if you have further questions on this matter.

    Thanks.