Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I want to Round the corners of the product grid images in Collection List, i tried some codes but it did not work for me, would like to some help.
**If there is a code to round all product images, that would be great
Hi @global99 ,
Please use the CSS attribute: https://www.w3schools.com/cssref/css3_pr_border-radius.php
If you want to round all product images: Go to Admin Shopify > Online store > Eit code > find the theme.css or base.css file (depending on your store) Add the following code at the end of the file:
.product-card-wrapper .card__media img {
border-radius: 25px;
}
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025