Home Forums WoodMart support forum How to Remove Add to Cart and Search

How to Remove Add to Cart and Search

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

    672065423
    Participant

    Hi there, I don’t need add to cart and search function, how can I remove them? Please see my screenshot.

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

    Hello,

    Navigate to Theme Settings > Shop > Quick View> disable the option “Quick View”.

    If you want to hide the add to cart button only on archive products, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS. The code below will help you to hide the “Add to cart” button on the archive page.

    .product-grid-item .wd-add-btn {
        display: none;
    }

    Best Regards,

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