Goal: change Dawn theme product-page “Add to cart” button to #3bc2c3 and remove a persistent black outline in the Dawn theme.
Attempts and issues:
Custom CSS set background and text color, but a thin black line remained. Adding a border didn’t remove it.
A hover rule was tried but initially written with a space (.product-form__submit :hover), which targets a descendant rather than the button itself, so the issue persisted.
Screenshots were shared to show the remaining line and subsequent changes; images are helpful to understand the visual issue.
Resolution (final working fix):
In Online Store > Theme > Edit code > assets/base.css, add:
.product-form__submit and .product-form__submit:hover with background: #3bc2c3 and color: #ffffff.
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?