I want to remove the button border line on quick add button in my store
website link: https://mxc71fbmuklt43xr-93050175853.shopifypreview.com
password: amber
website link: https://mxc71fbmuklt43xr-93050175853.shopifypreview.com
password: amber
Hello @Sivadarshan ,
Here are the steps to apply the necessary changes in your Shopify store:
button.quick-add__submit:after {
box-shadow: none !important;
}
Let me know if you need further assistance!
Hi,
Hope this will help
CSS example
.quick-add__submit {
border: none !important;
box-shadow: none !important;
}