This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
Hi guys,
Does anyone know how to change the price color, it is currently red and I want it to be black. Both on the products page and the single product page.
Hello,
Use this css code in custom.css:
.amount, .onsale-price .price, .currentprice {
color: #000000 !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Best regards,
Jack Richardson.
Thank you, it worked!
(You forgot a <,> after <.onsale-price>)
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Change the product price color’' has been successfully resolved, and the topic is now closed for further responses