in the single product page i need to delete or hide few elements
-
On the single product page, I am unable to hide or delete the elements. in the description tab sum related product content is coming and I need to delete or hide two elements one is advanced and another one is about the brand i am sharing the screenshot please check and update ASAP
Attachments:
You must be
logged in to view attached files.
Hello,
Please navigate to the Theme Settings > Single product > Tabs and clear the title and content for the additional tab.
If you have any questions please feel free to contact us.
Best Regards.
only logistic one option is showing remain not showing
Attachments:
You must be
logged in to view attached files.
Hi,
Tabs are the functionality of WooCommerce and our theme does not influence it.
Here is the documentation allowing you to manage tabs:
https://docs.woocommerce.com/document/editing-product-data-tabs/
Please add this code to the Theme Settings > Custom CSS > Global:
.product-tabs-wrapper{
display:none;
}
This code would remove the tabs from all the products.
Best Regards.