This topic has 8 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Robert Hall
We’re trying to clean up some areas of the product pages that we’re not using and I’m wondering if there is a way to stop the “Additional Information” tab from displaying on the front end product pages.
Please let me know if there is an easy way of hiding this tab.
Thanks.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
See admin credentials in private content below.
Navigate to Dashboard->Products->edit Product->Product Data->Attributes and uncheck the ‘Visible on the product page’ option there.
See screenshot:
https://gyazo.com/c6222da3ca2b4d84c53da792b7f1ed08
Regards,
Robert Hall
Is there a way to default that for all products rather than having to check the box for every product individually?
Hello,
You can try to add this code in Theme Options->Custom CSS->Global Custom CSS
#tab_additional_information{
display:none;
}
Regards,
Robert Hall
That worked. Thanks!
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Hide / Turn Off "Additional Information" Tab’' has been successfully resolved, and the topic is now closed for further responses