Hi,
i want to change red color of every discount products. Pls Let me know how
You only can use this CSS
.product-block.grid .onsale>span.saled {
background: #c40b0b;
}
You only can use this CSS
.product-block.grid .onsale>span.saled {
background: #c40b0b;
}