How to change background color for Label ?
-
Hi !
I need help , how can i change background color for label “new” on a product ?
Please find attached a screenshot.
Thank you for your help
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL with this label.
Do you mean the label in the editing mode? How can I see it? Should I hover over the element? Which one?
Best Regards
Hello ,
Thank you for your quick reply. No it’s not in the editing mode. Please check the website link. It’s in the live version. Actually the background color for the “new” label is green , i would like to change it to another color
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label.new {
background-color: red;
}
Please change the color as per your needs replacing “red”
Best Regards