how to change label colour
-
Hello,
1. How to change label colour from green to black (image attached no.1)?
2. Sometimes on the bootom on the page we have some notifications – do we can change the colour of this notification for black background and white fonts (2 image attached 2)?
Best Regards
Mariusz
Attachments:
You must be
logged in to view attached files.
Hello,
It is possible to change with Custom CSS, please provide the password for viewing the front-end.
Best Regards
Hello,
I sent the passwords.
Regards
Hello,
I sent password above..
Regards
Hello,
Please add this code to the Theme settings > Custom CSS > Global
body .product-label.new {
background-color: red;
}
body .woocommerce-error{
background: red;
}
Replace the “red” with the color as per your need.
Best Regards