Hello!
I’m trying to remove the WooCommerce Product Title from archive and category pages, but can’t quite seem to get it. I currently have a site running on Pro.
All research I’m doing is pointing towards the following snippet doing the trick:
remove_action( ‘woocommerce_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’, 10 );
However, this doesn’t seem to work. I just wanted to see if Pro had made adjustments that would be affecting that code.
Thanks!