How can I give product images rounded corners in a custom theme?

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.

www.ljvapes.co.uk

Hi @Ljvapes

DO you mean the product image grid in your home page? If it is try this.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.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!

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 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: