I’m having the same problem but this code isn’t working for me. I tried it as is, and I tried changing the h2 to h4 as that’s what my product description title is. I’ve tried a number of other code things as well, and none have helped. Any ideas would be much appreciated. Single product page: http://inkandire.com/product/dtfwct
First I tried adding this to my CSS in my child theme and no dice, and then I added it to the Global Custom CSS in the WooPress theme options and it worked right away. Thank you so much! I’ve been struggling with this for days.
H2 heading “Product description” becomes invisible onpage (nice!), but visible in the HTML-code. How to remove it even from the html-code, so the search engines not see it.
I got the tab description to disappear but I would also like the reviews description to disappear I tried adding
.woocommerce #tab-description > h2 {
display: none;
}