Home › Forums › WoodMart support forum › New custom label › Reply To: New custom label
October 21, 2021 at 7:01 am
#326737
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.labels-rectangular span.onsale.product-label {
top: 30px !important;
left: 0 !important;
}
.product-label.onsale {
position: absolute;
top: 5px !important;
left: 5px !important;
}
Regards.
Xtemos Studios.