Round corners of images in blog popup

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

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

Result

1 Like