Where can I find the code to remove the black border around this error message? We are using the Dawn theme. Our store is shop.insteon.com
Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!
Thanks!
@sanzibar - can you please share your website link?
Hi @sanzibar ,
Kindly share your store URL, so that we can check and provide you with the solution.
Please add the following CSS code to your assets/base.css bottom of the file.
*:focus-visible {outline-offset: 0rem !important;}
Thanks!
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset-> base.css paste the below code at the bottom of the file.
.form__message h2:focus-visible{
outline: none !important;
outline-offset: 0 !important;
box-shadow: none !important;
}
Best Regards;
PageFly
