Hello, In this simple tutorial I will show you; how to hide your WooCommerce product price even if it’s not set to zero. You will not need to install any plugins or bang your head around on how to implement the code – everything is explained.
Also look
Remove or hide add to cart button in WooCommerce while disabling / keeping purchase
WooCommerce Hide Products Without Price (Simple Fix)
How to apply “WooCommerce Hide Product Price” Fix?
This is relatively simple; you have two options, choose one:
- Edit your functions.php file with your favorite FTP client add these functions to the end of the file.
- Edit through the WordPress theme editor located at
Appearance > Editor > functions.php
and add this functions to the end of the file.