Shopify themes, liquid, logos, and UX
Although hard to see, the "add" button has a 1px thick outline which gets bigger when you hover.
I want to remove the outline before and when hovering.
This is possible within the "buttons" setting in the dawn theme but i want this setting to remain as is.
Any help is greatly appreciated.
Shop: https://csctesrqgudqzgtx-66895675693.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @memikee
Try this one.
button#quick-add-template--21182112399661__68cd86ba-c9a7-4092-91ea-3570e608b8538008987279661-submit {
--buttons-border-width: 0px !important;
}
.button:after {
box-shadow: none !important;
}
.button--secondary:after {
--border-opacity: 0 !important;
}
This is an accepted solution.
Hi @memikee
Try this one.
button#quick-add-template--21182112399661__68cd86ba-c9a7-4092-91ea-3570e608b8538008987279661-submit {
--buttons-border-width: 0px !important;
}
.button:after {
box-shadow: none !important;
}
.button--secondary:after {
--border-opacity: 0 !important;
}
Worked like a charm 🙂 Thank you!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025