Home Forums WoodMart support forum regarding tabs in description and after before cart option

regarding tabs in description and after before cart option

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #276259

    gunjfashion
    Participant

    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

    #276311

    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

Viewing 2 posts - 1 through 2 (of 2 total)