Archived topic
I can't hide page titles on WooCommerce products
4 replies · Started by Luca on May 6, 2022
Any news?
Hi there,
apologies for missing your original topic.
You will need to add this PHP Snippet:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
How to add PHP: https://docs.generatepress.com/article/adding-php/
thanks, how can I remove the title from category page? Why both this and product titles cannot be removed with the theme tools?
To remove the archive titles - that can be done in Customizer > Layout > Woocommerce --> Shop and Uncheck the Display Page Title.
For the single product, there wasn't a demand to remove the single product or a reliable method of doing so, when we introduced the Woocommerce module. It's something we will review in the next woo update.