Hi, I am also trying to remove all sub category titles from under the sub category images in my WooCommerce Products (shop) page. I added the following function to the functions.php of my child theme to remove the product count from the sub category title, but can’t seem to find a way to remove the sub catagory title itself.
Remove product count from product sub category:
add_filter( ‘woocommerce_subcategory_count_html’, ‘__return_empty_string’ );
Any help would be greatly appreciated. Thanks.