How is this yellow box called ? How do I edit/remove the highlight effect?

  • jaque123
    Asked on August 31, 2016 at 5:22 PM

    It appears when the question is clicked to be answered.

    Jotform Thread 921621 Screenshot
  • Jeanette JotForm Support
    Replied on August 31, 2016 at 8:43 PM

    You can remove the highlight effect by opening the Advanced Designer.

    1. Go to the toolbar and click on Design

    2. Click on Advanced Designer

    How is this yellow box called ? How do I edit/remove the highlight effect? Image 1 Screenshot 50

     

    Go to the "Color Scheme" section and click on the settings of the highlight effect:

    How is this yellow box called ? How do I edit/remove the highlight effect? Image 2 Screenshot 61

    Then click on the current color and on the "X" icon, this will remove the color and will set it to transparent, click on select and that's it!

    How is this yellow box called ? How do I edit/remove the highlight effect? Image 3 Screenshot 72

    You may also paste this CSS code in the Designer:

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

        background: none !important;

    }

    How is this yellow box called ? How do I edit/remove the highlight effect? Image 4 Screenshot 83