Change color of discounted price in Product grid (Shop Page)
-
Hi support!
I tried different CSS for this but cannot get it working. So ill ask the experts.
I want to change the color of discounted price in product grid (marked with yellow in attached screen)
What is the custom CSS to do this?
Thanks again!
Best regards
Staffan
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.
body .price ins .amount {
color: red !important;
}
Regards.
Xtemos Studios.