Hey Ingrid,
Applying a background to the image via custom CSS fixes the issue but this doesn’t look like an issue with our theme because if that is the case, we’d be getting the same in all our sites.
That said, we like to know first if this is an issue with our theme and so we could provide an official fix in the coming updates if proven to be a theme issue. Please do the following troubleshooting actions on your site.
- Testing For Plugin Conflict
- Child Theme
- Css/Js Customization
If one of the listed troubleshooting steps fixes the issue, please contact the plugin author for issues caused by 3rd party plugins and consult with a developer for others.
If none of that helps, it could be a theme issue and we will post this in our issue tracker so it will be queued for investigation by our development team.
The temporary solution is to add the following code in Theme Options > CSS.
.entry-featured img {
background: white;
}
Thanks.