I would like to have all my add to card button in black. Please let me know what code to use?
Thank you
Antoninias
I would like to have all my add to card button in black. Please let me know what code to use?
Thank you
Antoninias
Please share your store URL.
Add this code at the bottom of your theme.scss file
.ProductForm__BuyButtons .Button--secondary {
color: white;
}
.ProductForm__BuyButtons .Button {
background-color: black;
}
.ProductForm__BuyButtons .Button--secondary:hover {
color: black;
}
.ProductForm__BuyButtons .Button:hover {
background-color: white;
}
nothing has changed
Please send me a screenshot where you added the code.
I just send you a collaborator request, please approve it so I can add the code for you!
I just approved your request
amazing it worked! we do have one issue tho…when hovering the text gets black…please take a look at the attached image
Attached Image not found.
its working perfectly…thank you so much!