How to adjust the opacity of this error?

  • anzh78
    Asked on August 25, 2016 at 3:21 AM

    If the form is completed incorrectly, the field framed by error. How to adjust the opacity of this error?

    There are also problems with the other elements of the site, they move. What i shoud to do? The platform is Muse
    Jotform Thread 915380 Screenshot
  • John_Benson
    Replied on August 25, 2016 at 9:01 AM

    You can set the background color of the error to transparent. In this way, only the error message will appear and not the highlight. Please insert this CSS code:

    .form-line-error { 
    background: transparent !important;

    Here's a guide on how to insert custom CSS to the form.

    I need to create a separate thread for your other issue. Here's the link: https://www.jotform.com/answers/915512

    Hope that helps. Thank you.