LRDN
October 10, 2022, 9:52pm
1
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
LRDN
October 11, 2022, 9:57am
3
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 !
LRDN
October 12, 2022, 7:54am
4
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 !