GRACIAS!!!
IT DOESNT WORK
This is i have in WordPress Admin Dashboard -> Theme Options -> Custom CSS
.woocommerce div.product .summary p.price, .woocommerce-page div.product .summary p.price, ul.products li.product .price, .woocommerce table.shop_table tr td.product-price, .woocommerce table.shop_table .product-name .price, .woocommerce div.product form.cart .group_table td.price { display: none;}
.panel:nth-child(2) {
display: none;
}
#product-accordion .accordion-group, .product_meta .leave-feedback {
display: none!important;
}
#product-accordion .accordion-group:first-child {
display: block!important;
}
function hide_prices_dante( $price, $product ) {
return ”;
}
add_filter( ‘woocommerce_get_price_html’, ‘hide_prices_dante’,)
span.price{display:none}