Home › Forums › WoodMart support forum › HOT label › Reply To: HOT label
March 2, 2022 at 6:14 am
#356801
Aizaz Imtiaz Awan
Keymaster
Hello,
The labels are added in one div that’s why all that are added to the product.
If you want to move only the hot label then try adding the following Custom CSS.
.product-grid-item .labels-rounded .featured {
margin-left: 180px;
}
Best Regards