What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I change the Color of the Add to cart button?

Solved

How can I change the Color of the Add to cart button?

Esra47
Excursionist
51 0 6

Hello,

 

I want to change the color of the "Add to cart" button. How can I do this?

 

Here the link: https://et1xgdlyz2fwrbih-71988969740.shopifypreview.com 

 

Bildschirmfoto 2024-05-23 um 11.54.53.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9183 2191 2708

This is an accepted solution.

Hi @Esra47 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product-form__submit {
    background: #fff7e7 !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1716465864284.png

Note: you can change the color you like., 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9183 2191 2708

This is an accepted solution.

Hi @Esra47 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product-form__submit {
    background: #fff7e7 !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1716465864284.png

Note: you can change the color you like., 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Esra47
Excursionist
51 0 6

Thank you it worked!

Made4uo-Ribe
Shopify Partner
9183 2191 2708

Welcome! 😊

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.