Home Forums WoodMart support forum HOW CAN I HIDE THIS STORE PRODUCT INFORMATION

HOW CAN I HIDE THIS STORE PRODUCT INFORMATION

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

    mhuaroc
    Participant

    Hello.

    I do not want to display this information on products in the store.

    * SHIPPING AND DELIVERY
    * COMPARE
    * ADD TO WISH LIST

    How do I remove them on all products?

    Attachments:
    You must be logged in to view attached files.
    #284842

    Hello,

    Please clear all from the Additional tab title and content in the Theme settings > Product page > Tabs.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .summary-inner>.wd-compare-btn{
        display: none;
    }
    body .summary-inner>.wd-wishlist-btn{
        display: none;
    }

    If you have any questions please feel free to contact us.

    Best Regards

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