Make corners of all images round

Hi there,

I’ve made the corners of all images on my homepage round, but I want this on all product page templates, on the recommendations section and the collection pages too. Is there a way to do it all at once?

I’ve used this code: {
border-radius: 20px;
}

website

password: chaos

Thanks!

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the tag


Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

worked perfectly, thank you!!