Hello,
How can I set the collapsible content for my products descriptions in Dawn theme? And how can I add the brand description in the footer? Thanks
Hello,
How can I set the collapsible content for my products descriptions in Dawn theme? And how can I add the brand description in the footer? Thanks
Hello @Glowl Here’s how you can do both in the Dawn theme:
Steps to Add Collapsible Tabs:
1.Go to Online Store > Themes > Customize.
2.In the top dropdown, select Products > Default product.
On the left side, click “Product information” or the section with the product description.
Click “Add block”, then choose “Collapsible row”.
Configure:
. Heading: e.g., “Product Description”
. Row content: Choose “Description” (it will dynamically pull in the product’s description)
. Add more rows if you want for ingredients, usage, etc.
Optional (Custom Content):
If you want fixed content like a shipping note:
. Add another collapsible row.
. Set Row content to Text.
. Enter your custom message there.
Steps:
1.Go to Online Store > Themes > Customize.
2.Scroll down to the footer section.
3.Click “Add block” in the Footer area.
4.Choose “Text” block.
5.Enter your brand description – you can format this text, add links, etc.
6.Click Save.
You can also rearrange footer blocks if you want it higher or lower.
Thank you ![]()
Hi @Glowl ,
Please go to Actions > Edit code > sections > main-product.liquid file.
Please send me the code, I will check and add option for you
Hello @Glowl
Navigate to a product page.
On the left sidebar, click “Product information”.
Click “Add block” > “Collapsible row”.
For each block:
Give a title (e.g., “Ingredients”).
Click “Insert dynamic source” beside the content.
Choose the metafield you created (e.g., custom.ingredients).
Repeat for more tabs.
You can add a brand description in the footer using a custom “Text” block or a custom Liquid block.
Go to Online Store > Themes > Customize.
Scroll to the bottom and click on “Footer”.
Click “Add block” > “Text”.
Add your brand description (or paste in a short paragraph).
Style it with headings or bold text if you want.
You can probably using js/css code to handle this on product page.
Here’s how the result will look

Insert this css code into your head section
and insert this js code into body section
Provide your store url so we can instruct how to setup this on your store or contact us if you need detailed instructions.
Thank You for your help. When I tried this:
On the left side, click “Product information” or the section with the product description.
Hello, I only have collapsible tap.
yes! In the Dawn theme, “Collapsible content” is the new name (or combined version) for what used to be individual “collapsible row” blocks.
So yep — you’re in the right place.
What’s the Difference?
. Old versions of Dawn: You could add individual “Collapsible row” blocks.
. Newer versions (like Dawn 9+): It’s just one block called “Collapsible content”, and within that, you can add multiple rows (called “collapsible content items”).
To Use It:
In the Product Information section, add the “Collapsible content” block.
Click into it → you’ll see an “Add Row” or “Add collapsible content item” button.
Add as many rows as you want:
. One for Product Description (choose “Description” from dynamic source).
. Others for things like Ingredients, Shipping Info, etc.
Thank you ![]()
Thanks!