Re: How to change color of add to cart button on Motion theme?

Solved

How to change color of add to cart button on Motion theme?

swissbutik
Tourist
4 0 1

How to change color of add to cart button on Motion theme? 

Accepted Solution (1)

diego_ezfy
Shopify Partner
2969 571 909

This is an accepted solution.

Hey @swissbutik@swissbutik,

I hope you're doing well!

1. From your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:

 

<style>
[class*='product'] button[data-add-to-cart]{
background: #000 !important;
border-color: #000 !important;
color: #fff !important
}

[class*='product'] button[data-add-to-cart]:hover{
background: #000 !important;
border-color: #000 !important;
color: #fff !important
}


</style>

 

You can change the hex value to any color you wish.

#000 = background
#fff = text


If it helps you please click on the "like" button and mark this answer as a solution!

Thank you.


Kind regards,
Diego

 

 

View solution in original post

Replies 3 (3)

diego_ezfy
Shopify Partner
2969 571 909

This is an accepted solution.

Hey @swissbutik@swissbutik,

I hope you're doing well!

1. From your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:

 

<style>
[class*='product'] button[data-add-to-cart]{
background: #000 !important;
border-color: #000 !important;
color: #fff !important
}

[class*='product'] button[data-add-to-cart]:hover{
background: #000 !important;
border-color: #000 !important;
color: #fff !important
}


</style>

 

You can change the hex value to any color you wish.

#000 = background
#fff = text


If it helps you please click on the "like" button and mark this answer as a solution!

Thank you.


Kind regards,
Diego

 

 

swissbutik
Tourist
4 0 1

Do you also know how to change the color of the pricing and make it bold? The discount price

Made4uo-Ribe
Shopify Partner
8166 1963 2402

Hi @swissbutik 

Would you mind to share your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.