Recent post widget doesn't show images of posts

Hi there,

currently my recent post widget on my home site doesn’t show the images of my recent post - ONLY if I hover with the mouse over them: https://www.adsventure.de/

Without hovering:

With hovering over it:

Could you please help my fix that? :slight_smile:

Many thanks!

Hi there,

This seems to be a bug for the recent update. I have already noted it an added it to our issue tracker.

For the meantime, please add this code in the Global CSS:

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after, 
.x-recent-posts .no-post-thumbnail .x-recent-posts-img:before {
    opacity: 0;
}

Hope this helps.

1 Like

works fine - many thanks! :slight_smile:

1 Like