Hello i am wondering how to get rounded edges on my shopify site, I am using the taste them and would like to have the product images with rounded edges, thanks.
Hey @YourSmallBoy you can use border-radius with css on the images to achieve that effect it depends on the css selector but it might look like this
.product_image_container img {
border-radius:50px!important;
}
or share the link for your website so I can get give you exact code. Hope it helps
Thanks
currently having issues accessing my page, says there is a technical problem. the number 500 is displayed
here is my link, thanks