New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Price collor change
Tagged: css
Hi
Please remove all the CSS, set the highlight color to black. Then if you want the old price to be red add this:
del > span.amount{ color:#D33 !important; }
– Kyle
What you’re asking for is not possible, normal prices either have to be red or black, and crossed out prices have to be red or black. I thought you would want the crossed out prices in red but the normal prices in black?
Try this:
.woocommerce ul.products li.product.sale .price ins { color: #D33; }
No problem
Hi, Please use this custom css code:-
.woocommerce div.product p.price del, .woocommerce div.product span.price del { color: #000 !important; }
Thanks Mohammad
You need to put it in Theme Options > Custom CSS
The css rule is correct, try moving it to the top of your custom css
That worked fine, thanks
You must be logged in and have valid license to reply to this topic.