A user seeks to relocate collection descriptions from above product listings to below them on their Shopify store using the Empire theme, aiming to keep products visible above the fold. They cannot find the commonly referenced collection.liquid file and are concerned about preserving existing custom code.
Proposed Solutions:
File Location: Multiple responders identify the relevant code in sections/main-collection.liquid or sections/static-collection.liquid, not the standard collection.liquid.
Code Editing Approach: One user provides specific instructions to move the description div below the product grid div within the static-collection.liquid file, including reference screenshots.
CSS/Custom Liquid Method: Another suggests using Custom CSS to hide the default description (display: none) and adding a Custom Liquid section below the collection template with {{ collection.description }} to reposition it without editing theme files directly.
Theme Customizer Option: One responder questions whether code editing is necessary, suggesting the use of theme sections or a Rich Text section with dynamic sources instead.
The discussion remains open, with one user requesting the store URL to provide tailored code. No final resolution has been confirmed.
Summarized with AI on October 24.
AI used: claude-sonnet-4-5-20250929.
I am looking to move the collection descriptions on my collection pages on my site from the top (above the product listing) to the bottom (below the product listing) so that they don’t push the products below the fold.
I have seen some suggestions in the forum, but I don’t see the (collection.liquid) in the template files, which is suggested. I also had some custom code written, and I don’t want to change anything that would affect those attributes. Can anyone advise specifically for the Empire theme? Thank you for any advice!
Can you please share me the store URL? It will be helpful for me to provide the relevant code which will move the collection product description below the products.