Home Forums WoodMart support forum CHANGE THE COLOR OF LABELS Reply To: CHANGE THE COLOR OF LABELS

#28907

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to change their colors

.product-label.onsale {
	background: yellow!important;
}

.product-label.new {
	background: red!important;
}

Regards