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

#572911

Hung Pham
Keymaster

Hi hardik119955,

Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

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

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

Regards,