Shopify themes, liquid, logos, and UX
I would like to change the display size of the collection list images. What code can I add to the collection list custom css to display them like the 1st photo?
Solved! Go to the solution
This is an accepted solution.
Hi @mollycakes,
You can follow these steps to make the effect
1. Open Online Store > Theme > Edit Code
2. Find and open the base.css (or theme.css, custom.css) file
3. Paste the code snippet below at the bottom of the file and hit save
.collection-list {
/* You can change this value to change the gap between the collection card */
column-gap: 5px;
justify-content: center;
}
.collection-list .card {
display: flex;
justify-content: center;
align-items: center;
}
.collection-list .card .card__inner {
/* You can change this value to change the size of the collection images */
width: 100px;
border-radius: 50%;
}
.collection-list .card .card__inner .card__media {
border-radius: 50%;
}
Here is the result
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
If you use that CSS, other text might change as well
You can try again applying this code snippet to the base.css file
.collection-list .card .card__heading a.full-unstyled-link {
/* You can change this value to fit your preference */
font-size: 12px !important;
}
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hi @mollycakes,
Can you please provide us the store URL and password (if enabled) so our team can support you?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Thank you. I am currently working in this collection page.
https://luxienail.com/collections/accessories
although the theme I am trying to edit is not yet published. It is for Dawn 15.0. I would like the images round as shown but much smaller.
This is an accepted solution.
Hi @mollycakes,
You can follow these steps to make the effect
1. Open Online Store > Theme > Edit Code
2. Find and open the base.css (or theme.css, custom.css) file
3. Paste the code snippet below at the bottom of the file and hit save
.collection-list {
/* You can change this value to change the gap between the collection card */
column-gap: 5px;
justify-content: center;
}
.collection-list .card {
display: flex;
justify-content: center;
align-items: center;
}
.collection-list .card .card__inner {
/* You can change this value to change the size of the collection images */
width: 100px;
border-radius: 50%;
}
.collection-list .card .card__inner .card__media {
border-radius: 50%;
}
Here is the result
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is perfect! Thank you! Is there also something I can add to make the text slightly smaller?
You can add this code snippet to the bottom of the base.css file to make the text smaller
.collection-list .card .card__content .card__heading {
/* You can change this value to fit your preference */
font-size: 12px;
}
It'll look like this
Hope this helps you solve the issue.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Thank you! This didn't work for me but I added the following to the Custom CSS block and it worked out. Not sure if that is the correct way but it seems to work.
.full-unstyled-link {
text-decoration: none;
color: currentColor;
display: block;
font-size: 14px;
}
This is an accepted solution.
If you use that CSS, other text might change as well
You can try again applying this code snippet to the base.css file
.collection-list .card .card__heading a.full-unstyled-link {
/* You can change this value to fit your preference */
font-size: 12px !important;
}
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Perfect! Thank you for your help! 👍
Hi @mollycakes
Check this one.
.collection-list .card__inner {
border-radius: 50% !important;
}
.collection-list .card__inner .card__media {
border-radius: 50% !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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