Text Color Problem (Aizaz Awan only pls)
-
I designed a section as in the screenshot, but the prices seem dark. How can I solve this? In homepage
Hello,
Sorry but I am unable to see the issue on your website. Please clear cache and check back.
Screenshot: https://gyazo.com/0a19be737196b3024c575fb3eb4d697d
Best Regards
Thank you for your interest. You see only regular price. If you pay attention on this section (and my screenshot I sent you), I’m talking about sale price.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
span.woocommerce-Price-amount.amount bdi {
color: white;
}
Best Regards
Nope. This code isn’t correct. If I add this code, all prices text will be white..
Hello,
With the help of the below code, you can change the color only for the sale prices. Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.widget-product-wrap ins .woocommerce-Price-amount.amount bdi {
color: #fff;
}
I hope this helps!
Kind Regards