Collections descriptions aren’t showing Grid theme

I have Grid theme. My collections have descriptions written in but they don’t show up on the website. How do I get the collections descriptions to show on the collections pages above the products?

@Katie486 - can you please share your collection page link?

Hi @Katie486
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

https://forthelovecreations.myshopify.com/admin/collections?selectedView=all

Hi @Katie486

If the description of a parent collection is not showing up on your Shopify store, there are a few things you can try:

  1. Check the theme settings: Make sure that your theme is set up to display collection descriptions. Depending on the theme you are using, the location and options for displaying collection descriptions may vary. Check your theme’s documentation or contact the theme developer for guidance.

  2. Add the description to the theme code: If your theme supports displaying collection descriptions but they are still not showing up, you can try adding the description directly to the theme code. To do this, go to your Shopify admin, click on Online Store > Themes > Actions > Edit Code, and locate the template file for the collection page. Look for the section of code that displays the collection title and add the following liquid code immediately after it:

{{ collection.description }}

Save the changes and check if the description is now displaying.

  1. Check for conflicting code: If you have made customizations to your theme code, there may be conflicting code that is preventing the collection description from displaying. Try disabling any customizations you have made and checking if the description appears. If it does, you will need to identify and fix the conflicting code.

If none of these solutions work, you may want to consider contacting Shopify support for further assistance.