How To Change The Color Of Sold Out Button For Products On Collection Page(Impulse Theme)

In the featured collection on my home page, all of the products have a sold out button with a white background and black text. I would like to change it to a black background with white text.

1 Like

Hi @anteater2000

Please provide your website so we can provide the code appropriate for you

Hi @anteater2000

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the product-grid-item.css file:

.grid-product__tag.grid-product__tag–sold-out {background-color: #000 !important; color: #fff !important;}

Note: You can change the color anytime by yourself to replace the color code.

Regards,

San

Hi @anteater2000
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.