Page 1 of 1

Curved image corners

Posted: Sat Jan 14, 2023 6:14 pm
by maryjane
Hey All, I was wondering if I could get some help with css to curve corners of images shown on my product_info.php page? Images are displayed in boxes with curved corners but this is not the case for images on the product_info.php page.

Re: Curved image corners

Posted: Sat Jan 14, 2023 7:30 pm
by Kofod95
Maybe:

Code: Select all

.pi-gallery img{
  border-radius: 48px;
}
//Daniel

Re: Curved image corners

Posted: Mon Jan 16, 2023 9:10 am
by maryjane
Thank you @Kofod95