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!
Hello there
- Open the collection template file in your Impulse theme. The file is usually named collection.liquid and can be found in the Sections directory of your theme.
- Locate the code that outputs the collection description. This code may look something like this:
{{ collection.description }}
- Add the following code to output the second description below the products:
{% if collection.handle == 'your-collection-handle' %}
Your second description goes here.
{% 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](https://www.yourstore.com/collections/necklace), then the handle would be necklace.
1 Like
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!