Archived topic
Product description tab title
5 replies · Started by Darren on August 25, 2019
Hi,
Is there some css code I could use to remove the description title please?
Thanks
Darren
Hi there,
Just to make sure, this is what you want to remove?
https://www.screencast.com/t/sPW99AId
If so do you want to remove the review title as well?
https://www.screencast.com/t/uqB3scID13k
Let me know :)
Yes just the Description h2 title, not too sure how to without a class/id
Hi there,
try adding this PHP snippet:
add_filter( 'woocommerce_product_description_heading', '__return_null' );
Magic works a treat thanks David
You're welcome