Hi,
Is their CSS I can use to hide/remove the “PRODUCT DESCRIPTION” Heading at the top of a wooCommerce product page.
I try using the following in custom CSS, as found in your support, but it had no effect:
.single-product .tab-content h2{
display:none;
}
Thanks.