ADDITIONAL INFO on PRODUCT PAGE
-
Hi,
Need to remove completelly the gray bar with ADDITIONAL INFO on Product PAGE.
Also, if i remove the weigth and the attribute, the gray continue there, i want to remove it.
Thanks,
SR
Attachments:
You must be
logged in to view attached files.
Hello,
This tab appears automatically when you add the weight and size of the product.
Please add this code to the Theme Settings > Custom CSS > Global:
body .single-product-content .product-tabs-wrapper {
display:none;
}
Please note: this custom CSS hides all the tabs. There is no option to hide this grey block.
Best Regards