How do I change the color of the Add to Cart Button - motion theme

Solved

How do I change the color of the Add to Cart Button - motion theme

jaimie2
Shopify Partner
37 0 8

How do I change the color of the Add to Cart Button on the product pages to a green fill with white text? I'd like it to match the 'Quick View' buttons. hex#22a89e

Live example: https://www.walaxr.com/collections/toddler/products/xr-reality-collection-jurassic-stomp-unisex-todd...

Accepted Solution (1)

MandasaTech
Shopify Partner
723 146 151

This is an accepted solution.

Hello @jaimie2 

I would like to give you a solution to support you:
1. Go to Online Store-> Theme-> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </body> :


<style>
.btn.btn--full.add-to-cart.add-to-cart--secondary {
background-color: #22a89e !important;
color: white !important;
border-color: #22a89e !important;
}
</style>


Was my reply helpful? Please Like and Accept Solution. This mean alot to me.

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page

View solution in original post

Reply 1 (1)

MandasaTech
Shopify Partner
723 146 151

This is an accepted solution.

Hello @jaimie2 

I would like to give you a solution to support you:
1. Go to Online Store-> Theme-> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </body> :


<style>
.btn.btn--full.add-to-cart.add-to-cart--secondary {
background-color: #22a89e !important;
color: white !important;
border-color: #22a89e !important;
}
</style>


Was my reply helpful? Please Like and Accept Solution. This mean alot to me.

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page