New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Price collor change
Tagged: css
Hi, Is it possible to change regular price to Black color, but have sale price still in red?
This color is controlled from Customize >Woo commerce > Highlight Color (price labels and sale flashes).
Hi, Please provide me specific page url with issue to check and find exact solution. Thanks Mohammad
Hi, Please use this custom css code:-
del > span.amount{ display:none !important; }
Thanks Mohammad
Hi, Please remove last code and use this new code:-
del > span.amount{ color:#000 !important; }
Hi, Where can i see a product with regular price and sale price? Have you removed last css code? Thanks Mohammad
Hi, Please use this css code also:-
.woocommerce ul.products li.product .price { color: #D33 !important; } ins > span.amount{ color: #D33 !important; }
Now you will see regular price in black and Sale Price in red color.
.home span.amount{ color:#000 !important; }
Hi, Please use this custom css code and i have combined all code:-
del > span.amount{ color:#000 !important; } .woocommerce ul.products li.product .price { color: #D33 !important; } ins > span.amount{ color: #D33 !important; } .home span.amount{ color:#000 !important; }
You must be logged in and have valid license to reply to this topic.