Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi!
I would like to add a second description at the bottom of each collection. The description will be different for each collection. How can I do this?
I'm using Impulse Impulse v.1.0
For example this is a collection page that I would like to add a second description below the products https://www.laraheems.com/collections/necklace
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello there
<div class="collection-description">
{{ collection.description }}
</div>
{% if collection.handle == 'your-collection-handle' %}
<div class="second-description">
Your second description goes here.
</div>
{% endif %}
Replace 'your-collection-handle'
with the handle of the collection that you want to add the second description to. You can find the handle of the collection by going to the collection page in your Shopify admin and looking at the URL. For example, if the URL is https://www.yourstore.com/collections/necklace
, then the handle would be necklace
.
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
This is an accepted solution.
Hello there
<div class="collection-description">
{{ collection.description }}
</div>
{% if collection.handle == 'your-collection-handle' %}
<div class="second-description">
Your second description goes here.
</div>
{% endif %}
Replace 'your-collection-handle'
with the handle of the collection that you want to add the second description to. You can find the handle of the collection by going to the collection page in your Shopify admin and looking at the URL. For example, if the URL is https://www.yourstore.com/collections/necklace
, then the handle would be necklace
.
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
Hi @Michau00,
Glad to support you today.
To can move the collection description to the bottom, you can follow my video to make it: https://www.loom.com/share/f7e9613ced034593988112235ccfc969
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
Hi @Michau00 ,
Any dynamic information can be achieve using metafield.
Please go through with below video to implement it without any coding.
Hope it will helps...
Contact Metafield Guru from the Shopify App store. They helped me and they were GREAT!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025