STICKER MENU HOT PRICE CHANGE TEXT SIZE
-
Hello , i have translated the HOT PRICE Sticker in my lang. and the words are to big i need them to be more smaller ! Can you send me the ccs code related the “hot price sticker ” ?
If its possible can you please tell me the css code to link the “hot price – sticker ” somehow with ONE icon that i have prepared !
Hello,
Please add this code to the Theme Settings > Custom CSS:
body .labels-rounded .product-label.new {
font-size: 8px;
min-width:40px;
min-height:40px;
}
body .product-label.featured {
font-size: 8px;
min-width:40px;
min-height:40px;
}
body .product-label.onsale {
font-size: 8px;
min-width:40px;
min-height:40px;
}
Set the font-size and label width and height as per your needs.
Best Regards