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?
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?
1 thought on “How can I remove the product description preview from my collection pages?”
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;
}