Home Forums WoodMart support forum New and Sale label Reply To: New and Sale label

#379039

Hello,

Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.labels-rounded {
    top: auto;
    left: 7px;
    bottom: 7px;
}

.labels-rounded .product-label {
    min-height: 35px;
    font-size: 9px;
    min-width: 35px;
}

Best Regards