Hi, I am trying to remove the overlay on posts that appears when a user ‘mouse overs’ the image; and also the post date
I have tried the following code, but that is not working:
.x-recent-posts .x-recent-posts-img:before,
.x-recent-posts .x-recent-posts-img:after,
.x-recent-posts .x-recent-posts-date {
display: none;
}
Can you assist please - thanks
Alex