Remove additional Information tab on product page
-
How to hide or disable Additional Information Tab when I add an attribute?, I only want the brand/logo to show beside the product title.
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS > Global.
li.additional_information_tab {
display: none;
}
Best Regards
Hello, it works but only on desktop screen how to hide it on mobile and tablet accordion cant get the right id
Hello,
Add this code to the Theme Settings > Custom CSS > custom css for mobile and tablet.
div#tab-item-title-additional_information {
display: none;
}
Best Regards