Shopify themes, liquid, logos, and UX
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 in Image with text section
Link: https://arabiancreed.com/pages/about
Password: App123!!
Solved! Go to the solution
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;
}
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;
}