On WooCommerce, how can I change the color of the original price when its on sale? I want it to be visible. I would like it to be black, not faded, and not that small. I want to change it the the product page and on the store page.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
color: #ff0000 !important;
}
Thanks! It worked in the shop page but not in the product age, how can I have them in both? Also, the real price is too small and most of the clients are old people. How can I make it bigger?
On WooCommerce, how can I change the color of the original price when its on sale? I want it to be visible. I would like it to be black, not faded, and not that small. I want to change it the the product page and on the store page.
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks! It worked in the shop page but not in the product age, how can I have them in both? Also, the real price is too small and most of the clients are old people. How can I make it bigger?
Hi Aleksei,
Try this for the main product page:
Hope this helps.
Thanks a lot!