How to close the “Additional information” tab on the Single product page
-
How to close the “Additional information” tab on the Single product page.
I don’t want this default label.
Attachments:
You must be
logged in to view attached files.
Hi huaileiwang,
Thanks for reaching to us.
There are 3 default tabs of WooCommerce:
+ The Additional Information Tab: Shows when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.
+ Description Tab: This is the main description on the product page.
+ Reviews: Used to show customers’s reviews.
Best Regards,
Is there any way to not display “The Additional Information Tab” after adding Attributes?
Hi huaileiwang,
Thanks for your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
li.additional_information_tab,
div#tab-additional_information{
display: none !important;
}
Best Regards,