can you please advise how to hide “out of stock” message in the product page?
I’ve added the following css code to the theme setting, but it doesn’t work for me:
p.stock.out-of-stock {
display: none;
}
This topic was modified 2 years, 6 months ago by madpeter.