How can I remove the product description preview from my collection pages?

QUESTION: I'd like to remove the preview of the product description as shown in the photo above so that it's only visible once you've clicked on the product.
How do I do this?

RELATED ARTICLES

1 thought on “How can I remove the product description preview from my collection pages?

t4s-avatar
David Robb

SOLUTION: Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag

.list-product__details-wrapper.grid__item>p

{

display:none;

}

May 6, 2024 at 16:48pm

Leave a comment

Your email address will not be published. Required fields are marked *