Shopify themes, liquid, logos, and UX
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:
<a href="{{ collection.url }}">
<img src="{{ collection.image | img_url: 'medium' }}" alt="{{ collection.title }}">
</a>
<h3>{{ collection.title }}</h3>
Dotsquares Ltd
Problem Solved? ✔ Accept and Like solution to help future merchants.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025