We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How do I round the corners of my image

Solved

How do I round the corners of my image

Ked
Shopify Partner
41 2 12

How do I round the corners of my image in Image with text section

 

Link: https://arabiancreed.com/pages/about

Password: App123!!

 

Screenshot 2024-11-05 at 9.56.05 AM.png

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi  @Ked 

 

You can follow the instruction here to round your image:

 

1. Go to Shopify > Theme > Customize > open Custom CSS : https://prnt.sc/IcuCpWJKrbPt

2. Copy and paste this code to the section  > Save

 

 

[style*='--aspect-ratio'] > *:first-child {
    border-radius: 10px;
}

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Reply 1 (1)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi  @Ked 

 

You can follow the instruction here to round your image:

 

1. Go to Shopify > Theme > Customize > open Custom CSS : https://prnt.sc/IcuCpWJKrbPt

2. Copy and paste this code to the section  > Save

 

 

[style*='--aspect-ratio'] > *:first-child {
    border-radius: 10px;
}

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program