Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Product images border radius

How can I adjust the border radius of product images?

blcksoap
Shopify Partner
15 0 6

Dear community,

 

I want to make some adjustments to my store. I’d like to know the following things:

 

  1. How do I change the border radius of my PRODUCT IMAGES on the PRODUCT PAGE and HOME PAGE

 

Website: https://coffee-chains-test.myshopify.com/?_ab=0&_fd=0&_sc=1

Password: owl

Theme: Motion

Replies 8 (8)

KetanKumar
Shopify Partner
37348 3655 12098

@blcksoap 

sorry but i can't see its already fix this issue do you have anther store or theme?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
blcksoap
Shopify Partner
15 0 6
Hi Ketan,

It’s not fixed I manually changed the photos but I’d like to change the
coding which makes it easier.
AvadaCommerce
Shopify Partner
3879 839 988

Hi @blcksoap ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:

.product__photos img {
     border-radius: 15px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned
KetanKumar
Shopify Partner
37348 3655 12098

@blcksoap 

yes, please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css.liquid->paste below code at the bottom of the file.

.product__photos img {border-radius: 20px;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
blcksoap
Shopify Partner
15 0 6

Thank you this worked!

 

Do you also have a coding for the border of product image in CART DRAWER?

IMG_2879.jpg

AvadaCommerce
Shopify Partner
3879 839 988

Hi @blcksoap ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:

 

 

#CartDrawerForm .image-wrap img {
     border: 1px solid #000;
}

 

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned
blcksoap
Shopify Partner
15 0 6

Hi,

 

This didn't work unfortunately. The borders turned into black.IMG_2884.PNG

 

I want the following effect in the cart drawer:IMG_2885.jpg

AvadaCommerce
Shopify Partner
3879 839 988

Hi @blcksoap ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:

 

 

#CartDrawerForm .image-wrap img {
     border-radius: 15px;
}

 

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned