Change color custom label
-
Hi,
Is it possible to change the color of a custom label created like explained on this page: https://xtemos.com/docs-topic/product-labels/
We would like to have custom labels with different colors.
Hello,
Navigate to Theme Settings > Shop > Products Labels > “Attribute” label background.
If you want to change the specific custom label color, share the page URL so I can check and give you a possible css code.
Best Regards,
Hi Aizaz, thank you. Please see private area.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.attribute-label.product-label.label-term-pre-order.label-attribute-pa_pre-order {
background-color: #e40101 !important;
}
Best Regards,