Home Forums WoodMart support forum Product Labels Reply To: Product Labels

#573263

Hung Pham
Keymaster

Hi hardik119955,

Please remove previous code and use below one:

.single-product span.product-label.attribute-label:not(.label-with-img) {
	background-color: #000;
	color: #fff;
}

.single-product .product-labels.labels-rounded span.product-label.attribute-label{
	border-radius: 0;
	font-size: 34px;
}

Regards,