Home Forums WoodMart support forum Custom Label visible on product page Reply To: Custom Label visible on product page

#324468

Hello,

You are Most Welcome.

1) Please try adding the following Custom CSS for that.

.product-images .labels-rounded .product-label {
    min-height: 30px;
}

2) Please try adding the following Custom CSS for that.

.product-label.attribute-label:not(.label-with-img) {
    background-color: transparent;
    border: 2px solid;
    border-radius: 5px;
    min-height: 30px;
}

Regards.
Xtemos Studios.