Change color of "add-to-cart" button in Debutify theme

Tom090897
Tourist
15 0 1

I want to change the color as #5ddd95 of "add-to-cart" button in Debutify theme. Can anyone help me. 

My page is www.cuswelry.com

Replies 10 (10)
JosephK
Shopify Partner
596 73 85

Hi,

Look like this, right?

JosephK_0-1696296848322.png

 

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
Tom090897
Tourist
15 0 1

Yes, look like this, and also without the black bordr.

JosephK
Shopify Partner
596 73 85

 

if that, you can go to Admin -> Theme -> Customize Code -> assets -> theme.scss.css

and add this code to that file.

.template-product .product-single__add-to-cart .ph_clone_atc_btn{
  background-color: #5ddd95 !important;
  border: none !important;
}
You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
Tom090897
Tourist
15 0 1

It works! Thanks!!! but we find that the button need few seconds to change the color from black to #5ddd95. Is it possible that there is no color changing time for this? I mean the color of add to cart button is direct #5ddd95 with no color loading time.

JosephK
Shopify Partner
596 73 85

Hi,

that right.

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
Tom090897
Tourist
15 0 1

Can you help to sovle the problem above?Please.

JosephK
Shopify Partner
596 73 85

You are wanna the first color show is black then when user hover on button the color will change to #5ddd95, right?

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513
Tom090897
Tourist
15 0 1

The situation is that when i get in my website, it will firstly display the black colour of the add to cart button, then wait about 1 second, it will change to the colour we wanted.

Tom090897
Tourist
15 0 1

But we want to color is always stick in #5ddd95 without loading time.

JosephK
Shopify Partner
596 73 85

That thing must be customize in code directly, so if you familiar with code you can use Javascript to handle it.

You can please Like and Accepted Solution if my suggestion helpful. And if you want to customize or develop new feature on Theme or App => Contact to us via Email or Skype.
- Contact Support : Gmail | Skype: live:.cid.309f2fbaceec513