All things Shopify and commerce
I have tried a lot of resources on here but they do not seem to solve my issue of changing all of my Add to Cart buttons to a solid colour. I was able to change the product page button by turning off the Show dynamic checkout buttons. But I would like to have all the "Add to Cart" buttons present as a solid colour not an outline. Even better I would rather they use those buttons to simply buy the product outright, not just add to cart.
Is anybody able to help me?
I have tried this suggestion but it does not work
https://community.shopify.com/c/shopify-design/how-can-i-change-my-add-to-cart-button-from-outline-t...
My store url below
https://vrmediadecor.vrmedia.com.au/
Thank you in advance
Regards
Steve
Solved! Go to the solution
This is an accepted solution.
Go to Online Store, then Theme, and click on Edit code.
Locate the file assets/base.css, and paste the code provided below at the end of the file.
.swym-btn-container .swym-button {
background: #ff6201!important;
}
.quick-add__submit {
background-color: #ff6201 !important;
color: #fff !important;
}
.quick-add__submit:after {
box-shadow: none !important;
}
This is an accepted solution.
You nailed it @devcoders it was all the "Add to Cart" buttons I wanted to change to orange. The view all button is something I think I can suss out a bit later and change it to something complimentary. But this is exactly what I was after. Thank you so much.
This is an accepted solution.
Hi @SteveRileyArt
Great to hear that the issue has been resolved! If my assistance was helpful, please consider liking and accepting the solution. Feel free to reach out if you have any further questions.
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
.quick-add__submit {
background-color: #ff6201 !important;
color: #fff !important;
}
.quick-add__submit:after {
box-shadow: none !important;
}
</style>
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Go to Online Store, then Theme, and click on Edit code.
Locate the file assets/base.css, and paste the code provided below at the end of the file.
.swym-btn-container .swym-button {
background: #ff6201!important;
}
.quick-add__submit {
background-color: #ff6201 !important;
color: #fff !important;
}
.quick-add__submit:after {
box-shadow: none !important;
}
Thank you @devcoders I will try that now. ChatGPT had me all over the place looking for "product-form__submit" which does not exist
Hi @SteveRileyArt
Which button's color do you want to change? Can you send me a screenshot?
This is an accepted solution.
You nailed it @devcoders it was all the "Add to Cart" buttons I wanted to change to orange. The view all button is something I think I can suss out a bit later and change it to something complimentary. But this is exactly what I was after. Thank you so much.
This is an accepted solution.
Hi @SteveRileyArt
Great to hear that the issue has been resolved! If my assistance was helpful, please consider liking and accepting the solution. Feel free to reach out if you have any further questions.
Another thank you also @devcoders for changing the colour in the add to wishlist button. That was not something I requested but in hindsight I should have. So thank you for your proactive solution.
Much appreciated
Regards
Steve
could you please help me with this: double add to cart appear in my product pages how to solve this
Hello! Loved this solution previously but today I updated to Dawn 15.0.0 and this update did not copy over. So I added it back into the assets>base.css file again and it does not seem to be doing the trick. Is there a code modification that needs to happen with the theme update?
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025