This topic has 12 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow
Good morning,
I would to know if I can hide the price for each product ? Using WooCommerce
Regards
Hello,
You can do this by minor customization of CSS styles. Add the following code to child theme style.css or to Theme Options > Custom CSS
.content-product .price, .product-content .price, .product_list_widget .small-coast .amount {
display: none;
}
Regards
Thank you for your help
Best Regards
You are welcome.
Regards
It is possible to hide price in the card to ?
Regards
Hello,
Will there products be free products? Then just add 0 at the price field for the products.
Regards
No some products are just activities that people can add to the card and send after a request of information
Regards
Hello,
So, should prices be hidden for al the products or only for some of them?
Regards
All the products because on the site web, they can just buy package and the price of them is indicated in the description.
Regards
Hello,
Then replace previous code by the following one
.content-product .price, .product-content .price, .product_list_widget .small-coast .amount, .total, .coast, .shopping-container .big-coast, .product-price, .product-subtotal, .cart-collaterals .cart-subtotal, .cart-collaterals .order-total, .product-total, .cart-subtotal, .order-total {
display:none;
}
Regards
Thank you so much for you answer
Best Regards
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up