Hi there,
Im looking for help to move the collection title below the collection pictures. This is the impact theme, any help will be great
A user working with Shopify’s Impact theme wants to reposition the collection title so it appears below the collection images instead of above them.
Current Status:
Proposed Solution:
One responder suggested modifying the theme code by:
collection-list.liquid file (or relevant collection grid template){{ collection.title }} code blockNext Steps:
Multiple community members requested the website URL to provide specific guidance. The discussion remains open as the user awaits detailed implementation instructions based on their actual theme structure.
Hi there,
Im looking for help to move the collection title below the collection pictures. This is the impact theme, any help will be great
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @Cameronrikko ,
Please send the website link, I will check it for you
Thanks for reaching out shopify community!
To move the collection title below the collection images in the Impact theme, you’ll need to make a small change in the theme’s code—specifically in the collection-list.liquid file or wherever your collection grid is rendered.
Look for a section of code that includes something like this:
{{ collection.title }}
It’s probably placed above the image tag. To move it below, you can cut that line and paste it after the image code block, like this:
### {{ collection.title }}