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