Re: Change the edges of prestige theme images

Solved

Change the edges of prestige theme images

AmirOoo
Tourist
12 0 7

I want help changing the edges of these pictures. 

Screenshot_20220119_133247_com.android.chrome_edit_301553517900339.jpgTo be like this. 

Screenshot_20220119_133304_com.android.chrome_edit_301563362093567.jpg

URL https://reministore.com/

 

Accepted Solution (1)

ZestardTech
Shopify Partner
6142 1097 1473

This is an accepted solution.

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}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

ZestardTech
Shopify Partner
6142 1097 1473

This is an accepted solution.

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}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
AmirOoo
Tourist
12 0 7

That's great. 

Can you write a code for the featured collection section 

ZestardTech
Shopify Partner
6142 1097 1473

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
AmirOoo
Tourist
12 0 7

Great, thank you very much 

ZestardTech
Shopify Partner
6142 1097 1473

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.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing