Hello!
I just began working with the newly purchased Envy theme.
I am looking to put a short product description under the price of my products when in the collection grid.
Envy only has Grid Cards for Heading, Swatches, and Pricing, I would like to add another for Description but can’t seem to find the exact location of custom liquid to change.
If there’s an easier way than adding to the liquid or if someone can point me in the right direction, I would much appreciate it!
To add a short product description under the price in the collection grid of the Envy theme, you can follow these steps:
-
From your Shopify admin, go to “Online Store” and then click on “Themes”.
-
Find your Envy theme and click on the “Customize” button.
-
In the theme editor, navigate to the section where you want to add the product description, such as the “Grid Card” section.
-
Look for the code responsible for displaying the product information within the collection grid.
-
Add the following code snippet to display the product description:
{{ product.description }}
Thank you for the fast response, I believe that my issue is finding and implementing the right code to get the product description to show up.
I went into the product-grid-indiv-product-liquid and copied & replaced the existing Grid Card code with the code for the Description Metafield I want to implement. No luck.
There’s all CSS formatting for the collection grid but I doubt that will work.