This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi,
We’re using WooCommerce just as catalogue (not yet for online selling), so we must hide prices in all website.
Using theme options we can hide prices in shop/all products, but not in single product’s page, how can we do that?
Thanks a lot,
best regards.
Hello,
You may use this custom css code:
.single-product .price {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up