Description within a accordion in the theme dawn

Topic summary

A user wants to add product descriptions to existing accordion elements in the Dawn theme.

Solution Provided:

  • Insert the Liquid code {{ product.description }} into the desired accordion section
  • The code should be placed within the paragraph area of the accordion where the description should appear

Implementation:

  • A code example was shared showing the markup structure
  • The description heading and Liquid variable placement within the accordion div were demonstrated

This appears to be a straightforward customization using Shopify’s Liquid templating language to dynamically display product information within accordion components.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

How to make accordions that are already positions include the product description in one of them?

Example:

Hello @Stokio
Its Artzen Technologies! We will be happy to help you today.

As you mentioned that you have the accordion already designed and you want to add the description in it. So you simply have to add a single line {{ product.description }} in one of the accordion paragraph div.
I have also attached the example code of how to add the description to one of the accordion.


   ##### Description

            
 
   

      

{{ product.description }}

             
   

Let me know if need further assistance
Regards,
Artzen Technologies