url:
enable cart instructions
Try the following CSS in a custom-css setting
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
cart-note .text-area.field__input:focus {
box-shadow: none;
}
cart-note .text-area.field__input:focus:after {
0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), 1)
}
Tailor to need.
Keep in mind that :focus style is there for accessibility.
If your remove this another visual indicator of usage should be used , that’s what the second style is for.
Hello @niceeee ,
You can try to follow these steps:
.order-special-instructions__input {
box-shadow: none;
}
Hope this can help you out. Let us know if you need any further support
Ali Reviews team.