Hello @Ulysse1234
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.product-form__submit {
background: #000;
color: #fff;
margin-top: -71px!important;
}
A user needed help styling the “Add to Cart” button and quantity selector on their Shopify store using the Dawn theme. The issue involved:
Problems identified:
Solution provided:
assets/base.css file.product-form__submit classOutcome:
The CSS solution successfully resolved the styling and alignment issues. The user confirmed it worked perfectly.
Hello @Ulysse1234
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.product-form__submit {
background: #000;
color: #fff;
margin-top: -71px!important;
}