This topic has 2 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Tony Rodriguez
Hello,
How can i change the color of the before price and after price on the home page, or on the related products which appear on product pages.
https://xstore.8theme.com/elementor2/industrial-power-tools
Right now the before price is grey and the after price is yellow
Thanks for your help
Hello PR,
To change the color of the regular and sale price on the home page, or on the related products which appear on product pages, please copy and paste the relevant CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. Once this is done, please clear your browser’s cache to view the changes.
span.price del span.woocommerce-Price-amount.amount {
color: green !important;
}
span.price span.woocommerce-Price-amount.amount {
color: blue !important;
}
span.price ins span.woocommerce-Price-amount.amount {
color: black !important;
}
Please refer to the following links for the desired result:
https://postimg.cc/Xrb95hz6
https://postimg.cc/87pjNVYc
We hope you can find the color that best suits your needs, whether it be a name or a color code.
We thank you for your cooperation and remain at your disposal.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up