Home Forums WoodMart support forum product hot lable Reply To: product hot lable

#28568

Bogdan Donovan
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.labels-rounded .product-label.featured {
	min-height: 35px;
	min-width: 35px;
	background-color: rgba(255,255,255,0.3);
	color: #ff6699;
}

.product-image-summary .product-images .labels-rounded .product-label.featured {
	min-height: 45px;
	min-width: 45px;
}

Regards