At first, add this php code to the end of file functions.php

/**
* Hides all pricing
*/
function hide_all_wc_prices() {
return ”;
}

add_filter ( ‘woocommerce_get_price_html’, ‘hide_all_wc_prices’);

Then navigate to admin > appearance > details products > disable product price.