Hello,
I woul like to work on the label that is showed on my SOLD OUT products. How can I do?
Also I would like to change the color of the SOLD OUT button on my product page.
Hello,
I woul like to work on the label that is showed on my SOLD OUT products. How can I do?
Also I would like to change the color of the SOLD OUT button on my product page.
Hi @blessedCN ,
I am not sure if the code below will work since you use !important. Never use !important on CSS if tend to change this in the future. But try the code below.
.add-to-cart:disabled span {
color: red;
}