This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hi,
How can I get rid of the ‘extra information’ and ‘returns & delivery’ tabs on the single product page?
Thanks 🙂
Kinds regards,
Sofie
Hello,
Please check woocommerce documentation regarding tabs https://docs.woocommerce.com/document/editing-product-data-tabs/
or you may add this code in custom css:
.single-product .tabs {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up