Product Description in Collection Grid View (Colorblock theme)

Hello there,

We’re using the Colorblock theme - but we’re trying to add a product description to each product in the Collection Grid View (where the red outlines are in images below).

Tried looking in main-collection-product-grid.liquid and product.json to see if it was similar to the other suggestions on the Shopify, but had no luck.

Thanks!

Hello @rockinghorse

in the product card paste this code where you want to render the description

{{ product.descrption }}

Hi,

Thanks for your response!

Sorry, to be clear - the first image is our Collection Grid and the second image is our Product Card. We already have a description in the product card, but we’re trying to add the description below the price in the Collection Grid.

In the main-collection-product-grid.json, it shows:


{{ ‘template-collection.css’ | asset_url | stylesheet_tag }}
{{ ‘component-loading-overlay.css’ | asset_url | stylesheet_tag }}
{{ ‘component-card.css’ | asset_url | stylesheet_tag }}
{{ ‘component-price.css’ | asset_url | stylesheet_tag }}


Would we add something below to include the description for every card in the Grid?

Thanks.

Share your store url and password if any