Need to change custom labels Colours
-
Please find the private content, i found the way to add this custom label but it only appears in white background in black text, need to have custom labels in different colours
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-images .labels-rectangular span.label-term-up-coming {
color:#ffffff;
background-color:red;
font-size:12px;
}
You will need to set the colors as per your needs.
Best Regards
Thanks, it would be really awesome if you can put this settings available in theme settings please in next update
The coding works great, but it applies only single product ? can it be applied to loop ?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label.attribute-label.label-term-up-coming {
color:#ffffff;
background-color:red;
font-size:12px;
}
We will consider your feature request, however, we cannot guarantee to implement in nearest updates.
Best Regards
Perfect! thank you.
it would be really useful, thanks again.
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Need to change custom labels Colours’ is closed to new replies.