Home › Forums › WoodMart support forum › LABEL "HOT" › Reply To: LABEL "HOT"
October 19, 2018 at 2:04 pm
#83884
Elise Noromit
Member
Hello,
Try this code. Add the code to the Theme Settings > Custom CSS:
.product-element-top.product-image-link .product-label.featured {
background-color: #e22d2d;
font-size: 14px;
color: #fff;
font-weight: 600;
min-width: 50px;
}
Change the colors and text size as per your needs.
Best Regards