Hi
I had added the code to stop the SOLD OUT label being shown a few months ago. This worked well.
This was removed without my prior knowledge by one of your staff, while trying to fix another problem.
https://xtemos.com/forums/topic/custom-ccs-appearing-at-top-of-page-again/#post-521632
I have now added the exact same code back.
The code now does not work.
When an item is sold out, I do not want the SOLD OUT label on the products as I have a plug in that have labels to say “coming soon” or “Sold out for the Season” I have disabled this plug in but the SOLD OUT label is still there.
The code I had been given before was
body .labels-rounded .out-of-stock {
display: none;
}
body .labels-rectangular .out-of-stock {
display: none;
}
This was working earlier. Can I please have an update for this code.
This should be in your settings – like the HOT label which can be switched off very easily.
Thank you
Amy