Duplicate Collection title at the top in liquid section

Hello everyone.

In order to be able to do a long SEO collection description, i need to add the name of the description one more time on the top of the product. The dawn theme editor permits me to move title AND description but i need only the title at the top and title + description at the bottom. I will explain with images :

(images and example are from this site, not mine : https://neondeco.fr/collections/neon-blanc

Image 1 : Description + title at the bottom

Image 2 : What I want : The title at the top and the title + description at the end

My solution is to use this way : but i don’t know what to put in liquid section

If anyone can help me or give me another solutions !

Thanks !

Benjamin.

Hi @LRDN the product-grid is in a different section of html than title+description so it cannot be repositioned simple.

Instead since using a custom-liquid try the following bandage fix with liquid to duplicate the title and CSS that makes the second title not display.

# 
 Collection: 
{{- collection.title - }}

https://shopify.dev/api/liquid/objects#collection

Hey,

Thanks for your answer. there is an error line 3 (the “-”) but its ok.

Now my problem is : the title is too much on the side like :

instead of

Is there a way you can help me ?

Thanks !

Hey,

Thanks for your answer. there is an error line 3 (the “-”) but its ok.

Now my problem is : the title is too much on the side like :

instead of

Is there a way you can help me ?

Thanks !