shadow in error state

  • rosang1
    Asked on October 14, 2021 at 3:58 AM

    I would like to disable the "box shadow" in error state. And theres is also a little dot of shadow in the upper right corner of the field below. Can you help me please?

    1634198206 6167e2bebc99a  Screenshot 10show


  • Gaetan_B
    Replied on October 14, 2021 at 4:12 AM

    Hello,

    Thank you for reaching out.


    You can add the following custom CSS:

    .form-validation-error {
    border: none;
    }
    .form-line-error input:not(#coupon-input), .form-line-error textarea, .form-line-error .form-validation-error {
    border: none;
    box-shadow: none;
    }


    Best regards

  • rosang1
    Replied on October 14, 2021 at 4:18 AM

    Thank you! Now it is jusy this one:

    1634199510 6167e7d6adeb5  Screenshot 10

  • Tommaso_F
    Replied on October 14, 2021 at 4:46 AM

    Hello there,
    We checked your form and were unable to see the shadow.

    Could you please give us more details about your concern so we can assist you properly?

    1634201145 6167ee39f1265  Screenshot 10

  • rosang1
    Replied on October 14, 2021 at 4:57 AM

    1634201865 6167f1094943c  Screenshot 10

  • Vanessa_T
    Replied on October 14, 2021 at 5:27 AM

    I checked your form but could not see the shadow you are referring to.

    1634203633 6167f7f18bf65 05758 Screenshot 10

    I am using Google Chrome in Windows 10.

    Kindly let us know the details of the device and browser that you are using.

  • rosang1
    Replied on October 14, 2021 at 6:15 AM

    Me to! Ok, and you try to click/hoover on the organisationsnummer-field right?

  • Bojan Support Team Lead
    Replied on October 14, 2021 at 6:50 AM

    Greetings.

    Please try to add the following CSS to your form:

    #id_321.form-line-error .form-description {
     box-shadow: none !important;
    }

    You can click here to see how to inject CSS into your form.

    Let us know if this solution works for you.

  • rosang1
    Replied on October 14, 2021 at 7:34 AM

    Great! This, did it!