Shella theme :: How to move collection description to the bottom.
1) Create a collection with a description
2) Open sections/collection-body.liquid file at Theme actions -> Edit code.
3) Search for pagination_html at line ~570
4) Add the following code snippet before closing and opening div tags
<div class="rte"> {{ collection.description }} </div>
You should get this result
5) Disable the collection description at the top. Go to Collection page -> Heading section -> Set Only title
6) Scroll to the bottom to check the result