Shopify themes, liquid, logos, and UX
I'd like to display my collections in a consistent round image, but the ability to change the image shape seems to be gone? Has it been moved to another menu?
Thanks
Hi @PopnTee,
Yup there is no option to directly round the images
But can be achieved by code,
Do you want all collections to be round or just one
Share your Store URL also for reference
BR
Dawood Mirza
Hey @PopnTee
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.collection-list img {
border-radius: 50% !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025