Woocommerce single product page

Posted in: Newspaper
Post count: 12

How to remove the product data tabs on Woocommerce single product page? I have used this code, but not working https://gist.github.com/jameskoster/5133466

I also tried to use the “remove_action” but it still does not work well

Post count: 22421

Hi,
There is an easier solution of hiding the tabs with css:
.single-product .woocommerce-tabs{
display:none!important;
}

I hope this helps.
Thank you!

Post count: 12

Thanks, it works.
one more question, how to remove the reviews tab?

Post count: 15
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.