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.
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.
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!
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
Thank you for your assist that worked a treat