This topic has 4 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler
Hello ,
how can i remove this tab please?
Thank you
Hello,
Please read this article – https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards
Is it possible to remove it with CSS,?
Try to add this code in Theme Options > Theme Custom CSS > Global custom CSS:
.single-product .wc-tabs li:nth-child(2) {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up