Re: Border a round collection image Prestige Theme

Solved

Border a round collection image Prestige Theme

Kristapsberzin
Tourist
10 0 6

Looking for a solution on how to add small border a round collection list each image a small border. 

Only in home page - theme Prestige 

Accepted Solution (1)
ZestardTech
Shopify Partner
5725 1050 1384

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.CollectionItem__Image.Image--zoomOut.hide-no-js.Image--lazyLoaded {
border: 1px solid #000;
}

Screenshot :- https://prnt.sc/04N4YVJx8c3h

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 7 (7)

ZestardTech
Shopify Partner
5725 1050 1384

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.template-collection .ProductItem__ImageWrapper{
border: 2px solid #000;
}
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
Kristapsberzin
Tourist
10 0 6

Hy, i have tried this one before, doesn't work. 

ZestardTech
Shopify Partner
5725 1050 1384

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

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
Kristapsberzin
Tourist
10 0 6

www.artepastry.com i made it live so no password. 

ZestardTech
Shopify Partner
5725 1050 1384

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.CollectionItem__Image.Image--zoomOut.hide-no-js.Image--lazyLoaded {
border: 1px solid #000;
}

Screenshot :- https://prnt.sc/04N4YVJx8c3h

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
Kristapsberzin
Tourist
10 0 6

Thank you worked 🙂 

ZestardTech
Shopify Partner
5725 1050 1384

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