This topic has 4 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Robert Hall
Hi, I have tried adjusting various selectors but can seem to change the color of hte product price. I’d like to change it to #555. Please see what I’m referring to here: https://drive.google.com/file/d/0B561NC42TbdMTTBfVHZUSWt0clE/view?usp=drivesdk
I’d like all links to remain blue #004e8a.
Hello,
Please add this code in custom.css file:
#products-grid.products_grid .product-grid .price .amount {
color: #555;
}
Best regards,
Jack Richardson.
perfect, thanks so much!!
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘CSS: How to change color of product price’' has been successfully resolved, and the topic is now closed for further responses