Archived topic
Single Product page DESCRIPTION appears twice
3 replies · Started by Wendy on October 28, 2021
Hello a Woo question that I hope you can help with...
On the single products page there is a tab that says Description
then right below that is a H2 Description. No need to say the same thing twice.
How/where could I remove/rename this.
https://www.glow-skincare.com/product/try-me-experience/
Thank you in advance :-)
Hi there,
you can add this PHP snippet to remove the H2 title:
add_filter( 'woocommerce_product_description_heading', '__return_null' );
Woohoo! Thank you David :-)
Glad to be of help!