Theme - Empire
URL: WWW.JMUDENTAL.COM
How To Change Compare To Price text color?
I was trying to change it at theme style-sale accent, but it doesn’t work.
On both the home page - featured collection section and on individual product pages
some products does not have compare price, and the color is still showing red.
Hi @JMUDental ,
Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css
.price__current--on-sale span.money { color: rgb(40, 121, 176); }
Thank you for replying. I did this step, but some product’s prices still showing red. Even though that products doesn’t have discount price.
https://osg2qpb59dkyyuc0-25028526157.shopifypreview.com
Kindly use this code
.price__current .money {color: #1151a3 !important;}