How to split my collections's description

Hello,

I would like to split on y collections’s page the description in two part (one for the introduction and an another for the SEO content under the products). I checked some YT videos but with the pacific theme it didn’t work. Does somene has an idea how to do that ?

this is one of my collection : https://www.oceaniaenvironment.com/collections/epi

Thanks for your help !

Hello,

Yes its possible you need to add a separator Eg — three hyphens in the collection description from admin side.

Then in template you can split the content using that particular separator. It requires some knowledge of liquid code.

You can go through this : https://shopify.dev/api/liquid/filters

Also get in touch if any more information is required.

Thank you

SSR

Yes I already did it but it seems that in my theme there is a heading section for the description called collection-header.liquid. So I just can have one part, and the part that I want to put in the bottom, I don’t know in which section it is.