Re: Add to cart button

Solved

How can I change the color of my add to cart button?

Tano
Visitor
3 0 0

I need to change the colour of my add to cart button but I don't know how to. Can someone show me how?Screenshot_20231026-114829.png

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@Tano 

Please add the following CSS code to your assets/base.css bottom of the file.

.product-form__submit.button {
    color: #fff !important;
    background: #000 !important;
}

Thanks!

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
5466 1479 1766

Hey @Tano 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


dmwwebartisan
Shopify Partner
12321 2552 3729

@Tano 

Please share your store URL!

Thanks!

Tano
Visitor
3 0 0
dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@Tano 

Please add the following CSS code to your assets/base.css bottom of the file.

.product-form__submit.button {
    color: #fff !important;
    background: #000 !important;
}

Thanks!

Tano
Visitor
3 0 0

Thanks 👍

Shamsherkhan
Tourist
10 0 1

My Store is Shamsherkhan.com, we are a service provider do not sell products. 

i have renamed the Add to Cart Button on each products displaying on collection or anywhere.

 

But when someone clicks on the Button It takes them to cart  or checkout However if you click on Product Name/Title it will open the same product page.

 

We want same for Button too. 

 

Button should also open the product pages instead of redirecting user to cart/checkout. 

 

How to do that?

 

Please help.