Hi,
I use the Grid theme. The collection description is shown below the pagination which is fine.
I have now created a collection where I need some text (for instructions) below the breadcrumbs at the top of the collection page instead (no description needed at the bottom for this collection). The collection is called “Postkarten”.
This is the code from the collection.liquid file for the bottom of the page:
{% if collection.description != blank and section.settings.show_description %}
And this for the top of the page:
{% unless use_masonry %}
{{ collection.title }}
{% render 'breadcrumbs' %} {% endunless %}{% paginate collection.products by products_per_page %}
{% if use_masonry or show_collection_image or collection.description != blank or show_sorting or show_tags %}
{{ collection.title }}
{% endif %}How can I change for specific collections to move the description to the top? Or is there another solution to have a text for instructions at the top?
Thank you!
Best,
Kerstin