Hey, does anyone know how to move the description of the collection page to the bottom of the Palo Alto template?
Example:
A user wants to relocate the collection page description from its default top position to the bottom in the Palo Alto Shopify theme.
Proposed Solution:
{{ collection.description }}Issue Identified:
The suggested approach would result in duplicate descriptions—one remaining at the top and a second appearing at the bottom.
Current Status:
The problem remains unresolved. The user needs a method to move (not duplicate) the description, which likely requires removing or hiding the original description element in the theme’s liquid files.
Hey, does anyone know how to move the description of the collection page to the bottom of the Palo Alto template?
Example:
Hey @Krzysztof1
Just simply create a “Custom Liquid” section and add the below code in that section and then just drag that section to the end and it should display the collection description.
{{ collection.description }}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Then the description will be left at the top of the page and there will be two descriptions one at the top and one at the bottom of the page