Shopify themes, liquid, logos, and UX
Hi,
I would like to add round corners to all pictures on the website (all collections and products images).
How can I do that?
Here is the url of my website:
Many thanks for your help,
Solved! Go to the solution
This is an accepted solution.
Hi @tboudier ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
.product-item__image-wrapper--with-secondary .product-item__primary-image, .product-item__image-wrapper--with-secondary .product-item__secondary-image,
.collection-item__image-wrapper,
.product-gallery__size-limiter>div>img{
border-radius: 15px !important
}
</style>
Best regards,
Anthony
Hi @tboudier
Try this one.
div#shopify-section-16519091021d9a5d95 img,
div#shopify-section-1601000111613 img,
.collection-item__image-wrapper,
.product-gallery__size-limiter img {
border-radius: 20px;
}
This is an accepted solution.
Hi @tboudier ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
.product-item__image-wrapper--with-secondary .product-item__primary-image, .product-item__image-wrapper--with-secondary .product-item__secondary-image,
.collection-item__image-wrapper,
.product-gallery__size-limiter>div>img{
border-radius: 15px !important
}
</style>
Best regards,
Anthony
It works perfectly for the products pictures.
May I ask you how to do the same with image with text sections?
Thank you so much!
Did you find a solution for this?
Hi @tboudier
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css
.product-gallery__size-limiter>div>img{
border-radius: 15px !important
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Thank you so much for your help.
I did it but unfortunately it did not work.
Any other idea?
Kind regards,
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