Forums
Home / Theme: Astra / remove old price text color to grey?
(@renovomotors)
1 week, 4 days ago
remove old price text color to grey?
The page I need help with: [log in to see the link]
(@bsfaradhy)
1 week ago
Hi @renovomotors,
I’m not entirely sure I understand the issue you’re facing. Could you please provide more details so we can assist you better?
Kind regards, Aradhy ??
change this color to different like gray
https://ibb.co/2hZFvXR
1 day, 16 hours ago
You can add the following CSS to Customize > Additional CSS to change the color:
.woocommerce-js div.product p.price del, .woocommerce-js div.product span.price del { color: gray; }
Hope this helps.