Hello, I would like to know how I can make disappear the "details" button in each item. Since the clients come to the details view clicking anywhere on the item, this button is redundant. Thank you very much for your help. Joerg
Hi Joerg,
You can use this custom CSS to hide it:
.ja-products-wrapper .product-item-actions { display: none; }
Perfect, thanks.