Change color on sale label
-
Hello,
I need to change the sales label color on the products to #ecfe24
I tried putting this code in custom CSS but it didn’t work
body .product-label.sale {
background-color: #ecfe24;
}
Kind regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label.onsale{
background:red;
}
Change the background as per your needs.
Best Regards
Oh, cool. How do I change the text color to black?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label.onsale{
background:red;
color:black;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards