How To move description of collection at bottom of page in publisher theme?

Hi, I am trying to show the collection description at the bottom of the collection page. How can I do it?

1 Like

Hey @sarmadbashir

Just simply add a custom liquid block section and add this code in it and drag it in the bottom of the page

{{ collection.description }}

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

{% if collection.description != blank %}

{{ collection.description }}

{% endif %}

please add above code in below of product listing page