regarding tabs in description and after before cart option
-
how to hide any particular tabs of description and also hide after or before add to cart content only in mobile and not on desktop
Hello,
Description – is the main description on the product page. If you clean the product description it would disappear.
Reviews are disabled in the Woocommerce > Settings > Product.
Additional tab (with the attributes) enter each attribute in the product page and disable showing on the product page to hide.
Additional tab (Shipping information) You can edit it in the Theme Settings > Product page > Tabs: https://xtemos.com/docs/woodmart/html-blocks-2/#shipment_delivery Clean all the content.
Please add this code to the Theme Settings > Custom CSS > Mobile:
.woodmart-after-add-to-cart{
display:none;
}
Best Regards