Change product label color
-
Hi,
Is there some CSS available to change the color of the product labels?
Thanks for the help!
Best regards
Hello,
Please provide a relevant screenshot of the specific area which label you want to change the color with the URL of the page to check it myself and help you out accordingly.
Best Regards
Hi,
Thanks for your quick answer.
Please find an image for clarification and the link to our website.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.new {
background-color: red;
color: green;
}
Best Regards