Woodmart Additional Tabs Content remove for one product
-
Hello,
We are using the Woodmart theme Additional Tab content (HTML block to explain delivery policy) to add to our product pages. However, one product page is for a virtual product so we don’t need this Additional Tab content for this page. Is there any way to exclude the Additional Tab content for just this product?
Regards
LP
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.postid-10456 li.wd_additional_tab_tab {
display: none;
}
You can replace the postid with the id of the product.
Regards.
Xtemos Studios.
Hello,
Thank you for your fast response. Your code removes the tab but not the content.
Can you advise please?
Hello,
You are Most Welcome.
Please provide the URL of the product after adding the code to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
Hi Sure.
Please see the url for the product (after adding the code) in the link in the private area
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.postid-85008 .col-12.poduct-tabs-inner {
display: none;
}
Best Regards.
Hello,
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Woodmart Additional Tabs Content remove for one product’ is closed to new replies.