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.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024