Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone.
would anyone know how to make my product images have rounded corners in my theme please?
Its a custom theme but think the developer used Dawn.
Solved! Go to the solution
This is an accepted solution.
Hi thank you , I am wanting to change all main images to rounded corners if that is possible?
.so yes the image grid and all images in collections
This is an accepted solution.
This is for the colletctions.
Same Instructions.
.zi-banner-image {
border-radius: 30px;
}
And Save.
Result:
i hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Ljvapes
DO you mean the product image grid in your home page? If it is try this.
.product-image img {
border-radius: 30px;
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi thank you , I am wanting to change all main images to rounded corners if that is possible?
.so yes the image grid and all images in collections
This is an accepted solution.
This is for the colletctions.
Same Instructions.
.zi-banner-image {
border-radius: 30px;
}
And Save.
Result:
i hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you for your assist that worked a treat
You can make your images rounded: