All things Shopify and commerce
Hi All,
I'm trying to figure out how to make the Add To Cart Button a specific color as well as make it solid. Any help in advance would be greatly appreciated.
Here's an example URL: https://shop.welovedoodles.com/collections/dog-brushes/products/large-slicker-brush?variant=46973611...
I'm also attaching a screenshot with more information. Thank you so much in advance.
Solved! Go to the solution
This is an accepted solution.
Hi @welovedoodles ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
button.btn--outline.btn--full.btn--primary.uppercase.btn--add-to-cart {
background: black;
}
</style>
Note: you can adjust color to fit your store
Best regards,
Anthony
Are you aware that this is a Shopify forum?
Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
- Did I help? Leave a tip!
- Need my help? Chat on Telegram or WhatsApp
- Was your question answered? Mark it as an Accepted Solution ✅
This is an accepted solution.
Hi @welovedoodles ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
button.btn--outline.btn--full.btn--primary.uppercase.btn--add-to-cart {
background: black;
}
</style>
Note: you can adjust color to fit your store
Best regards,
Anthony
1. Navigate to the code editor: Online Store --> Themes --> Edit code --> assets --> theme.css
2. Add the following CSS to the end of the file:
.btn--add-to-cart {
background-color: insert color name or value;
color: insert color name or value;
}
If the above doesn't work, try this:
.btn--add-to-cart {
background-color: insert color name or value !important;
color: insert color name or value !important;
}
Freelance Shopify Developer | Helping Shopify merchants grow with high-converting online stores!
- Did I help? Leave a tip!
- Need my help? Chat on Telegram or WhatsApp
- Was your question answered? Mark it as an Accepted Solution ✅
Hi @welovedoodles ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
button.btn--outline.btn--full.btn--primary.uppercase.btn--add-to-cart {
background: black;
color:white
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Click on the side and tap the color then add gradient inner color once you click on the theme and embed the color you desire to use
Thanks will be here to assist you further
User | RANK |
---|---|
42 | |
42 | |
32 | |
24 | |
21 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023