Archived topic
How can I hide the title of the products in woocommerce by code?
5 replies · Started by mogudasl on May 19, 2020
Viewing posts 1–6 of 6
Hello,
How can I hide the title of the products in woocommerce by code?
Thanks
Hi there,
is this in the Shop Page or the Single Product page or both ?
Hi David ,
on the single product page
Try this PHP Snippet:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
Perfect David ,
Thanks
You're welcome
This archived topic is closed to new replies.