How to Remove Add to Cart and Search
-
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.
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,