Change the edges of prestige theme images

I want help changing the edges of these pictures.


To be like this.

URL https://reministore.com/

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
.ShopTheLook__ImageWrapper {
background: transparent !important;
}
.ShopTheLook__ImageWrapper img{border-radius:25px !important}
1 Like

That’s great.

Can you write a code for the featured collection section

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
.Image--lazyLoaded.Image--fadeIn {
    border-radius: 25px;
}
1 Like

Great, thank you very much

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.