This topic has 3 replies, 2 voices, and was last updated 1 years, 6 months ago ago by PR
Hello,
Website is on PCA. If you scroll down a little, the prices are appearing as yellow, which is hard to see.
How can we change the color for the prices to something else?
Thanks for your help!
Hello @PR,
Please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes. You can modify the color in the code as desired.
.price ins span.woocommerce-Price-amount.amount bdi {
color: red !important;
}
Best Regards,
8Theme’s Team
Hello Tony,
Thanks! it worked 🙂
The issue related to '‘How to change the color of the prices appearing in pages’' has been successfully resolved, and the topic is now closed for further responses