Round corners of images in blog popup

Use this code to Custom CSS box

[class*="popup__Content"] img {
    border-radius: 30px;
}

Result

1 Like