I have two plugins with input fields: Form-Builder and WhatsApp-Chat. Both plugins display black borders when used. I suspect that something in Squarespace might be interfering.
I’ve already tried removing all custom code and custom CSS from the site, but the issue persists. I’m not sure where this problem is originating from.
Interestingly, I don’t experience this problem in the preview on Elfsight; it only appears once I integrate them into the site.
Can someone help me identify the source of this issue?
I guess the solution by @tuanphan should work great. However, our devs have already added these codes to the Custom CSS fields of your widget’s setting to fix the issue:
Form Builder:
input, textarea {
outline: none !important;
}
WhatsApp Chat:
textarea {
outline: none !important;
}
Please check your website and let me know if the widgets look fine now