All things Shopify and commerce
Hi there,
I'm running the empire theme and I'm looking at how to have my page content i.e. collection page content, below the product grid? Is this possible?
Kind regards,
James
Hello @jamesabodehaven ,
I think there is an option in theme settings to change the position of it.
btw if not try to search for {{ collection.description }} on the collection template and once found move it under the product grid code.
Regards
Guleria
Hello @jamesabodehaven
Yes, it's definitely possible to move your collection page content below the product grid on the Empire theme. By default, Empire displays the collection description above the product listings, but with a bit of theme file customisation, you can shift it below the grid.
Here’s a general approach:
Go to your Shopify admin > Online Store > Themes > Click "Edit code" on the Empire theme.
Open the file:
sections/collection-template.liquid (or similar—it might also be in main-collection.liquid depending on your version).
Locate the code that outputs the collection description:
It usually looks like:
{{ collection.description }}
Cut and paste this block below the product grid rendering section, which might look like:
{% section 'collection-grid' %}
📌 Important: Always make a backup of your theme or duplicate it before editing any code.
If you'd like, I can guide you through the exact edit with your theme version—just let me know!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025