Ella - Multipurpose Shopify Sections Theme

Move the collection description to the bottom of the collection page

To move the collection description to the bottom of the collection page, please follow instructions below:

 


- If you want to show entire collection description, please use this code:

 {% if collection.description != '' %}

      {{ collection.description }}

{% endif %}

 

 

 - If you want to remove the image from the collection description, please use this code:

 {% if collection.description != '' %}

      {{ collection.description | split: ' 

{% endif %}

- If you don’t want to show the content on the top of the page, please go to the Snippets/collection-header.liquid file and remove this code as shown in image below.