Home › Forums › WoodMart support forum › regarding tabs in description and after before cart option › Reply To: regarding tabs in description and after before cart option
March 25, 2021 at 3:51 pm
#276311
Elise Noromit
Member
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