Woodmart Additional Tabs Content remove for one product continued.
-
This is a continuation of the topic we created here: https://xtemos.com/forums/topic/woodmart-additional-tabs-content-remove-for-one-product/
The fix you gave us is no longer working as the additional tab content is showing again for this virtual product.
Can you advise please on how to get the content removed for this product? (the product id hasn’t changed).
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.postid-85008 .elementor-94555 .elementor-element.elementor-element-86a6ed8 {
display: none !important;
}
This CSS would hide the Shipping Delivery tab as a whole for this specific Product.
Best Regards