Change the color of variant prices
-
I want to change the color of the variant price to #993300, I tried to change the specific style in “Typekit Fonts – Advanced typography”:
.woocommerce-Price-currencySymbol span{
color: #993300
}
But without success, it becomes like this (see screenshot 1.png)
I want the final result to look like this (see screenshot 2.jpg)
Please help me to solve this problem.
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.
.single-product .price ins .amount {
color: #993300;
}
Best Regards