All things Shopify and commerce
Hello!
Please help
password: enzo
I want all the product and images to have rounded corner beside the cover photo. Prestige theme
Solved! Go to the solution
This is an accepted solution.
Hi, there
You could add below code to your theme.css (in your theme editor)
img { border-radius: 20%; }
When using the CSS rule img { border-radius: 20px; } in your theme.css file, not all images may inherit this styling due to potential conflicts with their parent styles. In such cases, you may need to adjust the styling for specific images individually to ensure the desired effect.
Hi there,
You can use the below CSS code to smooth product images corners.
.product-card__figure{
border-radius: 25px;
overflow: hidden;
}
Best,
This is an accepted solution.
Hi, there
You could add below code to your theme.css (in your theme editor)
img { border-radius: 20%; }
When using the CSS rule img { border-radius: 20px; } in your theme.css file, not all images may inherit this styling due to potential conflicts with their parent styles. In such cases, you may need to adjust the styling for specific images individually to ensure the desired effect.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025