I want all the product and images to have rounded corner beside the cover photo. Prestige theme

Solved

I want all the product and images to have rounded corner beside the cover photo. Prestige theme

tigrisjewelryco
Excursionist
21 0 1

Hello! 

Please help 

https://tigrisjewelry.com/

password: enzo

 

I want all the product and images to have rounded corner beside the cover photo. Prestige theme

Accepted Solution (1)

Eric-HAN
Shopify Partner
246 29 26

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.

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee

View solution in original post

Replies 2 (2)

Rohail_Ali_12
Shopify Partner
88 11 14

Hi there,

You can use the below CSS code to smooth product images corners. 

.product-card__figure{
border-radius: 25px;
overflow: hidden;
}

 

Best,

If helpful then please Like and Accept Solution.
Feel free to contact me for your Website Tasks: info@rsdigitals.com
Explore Premium Themes with Editable Creatives: https://www.rsdigitals.com/

Eric-HAN
Shopify Partner
246 29 26

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.

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee