Add to cart button

Solved
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
12260 2543 3676

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 5 (5)
Moeed
Shopify Partner
3016 753 911

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
dmwwebartisan
Shopify Partner
12260 2543 3676

@Tano 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Tano
Visitor
3 0 0
dmwwebartisan
Shopify Partner
12260 2543 3676

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Tano
Visitor
3 0 0

Thanks 👍