How to create round corners for images in the Prestige theme?

Hello we want to make the pictures in featured collection and product images have the corner round radius but unable to find so in the prestige theme. Someone please help us out.

Thanks

@Moondustsupply , Hope you are doing well.

mostly by adding thebelow CSS to the image you can make the corner round.

img{
border-radius:30px;
overflow:hidden;
}

could you please share your website URL so I can guide you accordingly?

pass = C206

@Moondustsupply , on your password page, there is no form to add a password. Could you please check?

Hi!
Your code was the only one that worked for me :smiley: so thank you!
It worked perfectly for the product images but not for the featured collections…
Could you help me please?