Unable to display collections descriptions

I want to be able to display collection descriptions on my site. What is the simplest way to make this happen?

Hi @Jofowler1979

Depending on what theme you have. Mostly, this is included as a default in the theme. If your theme have a Custom liquid section, you can use the said code below.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Customize”.
  • Go to the Collection page, add the "Custom liquid section"NOTE: This code only works in collection page.
{{ collection.description }}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks for replying. I tried using {{ collection.description }} in liquid
on the collections page but it
didn’t work. I’m using the Dawn theme if that helps.