Remove Reviews/Shipping Tab from Specific Product page
-
Hello, how would I remove Reviews/Shipping Tabs from one specific product page? I created a Gift Card item, but I do not need Review and additional tabs to show on it’s page.
Thanks in advance.
Attachments:
You must be
logged in to view attached files.
I would also like to remove these from the page as well. Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached. You can disable reviews for the specific product from the edit product.
Screenshot for Clarification: https://ibb.co/Y2fS9RY
And the shipping and delivery tab is added from the theme settings it cannot be disabled for the specific product.
To hide it for specific products you need to use the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
You need to replace the post-id value with the ID of the specific product.
.postid-3177 .woodmart_additional_tab_tab {
display: none !important;
}
And for the 2nd screenshot. Please provide me with the URL of the page to check it myself and help you out accordingly.
Best Regards.