Hello!
Please help
password: enzo
I want all the product and images to have rounded corner beside the cover photo. Prestige theme
Hello!
Please help
password: enzo
I want all the product and images to have rounded corner beside the cover photo. Prestige theme
Hi there,
You can use the below CSS code to smooth product images corners.
.product-card__figure{
border-radius: 25px;
overflow: hidden;
}
Best,
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.