Remove overlay on mouse over posts

Hi,
I am using a Recent Posts Element and when I mouse over the image, I am getting a red overlay. How do I remove this please so that the image remains visible?

Also, I would like to remove the date from appearing under the post title. Is this also possible please?

Thanks

Hello There,

Thanks for writing in! To get rid of the overlay in the recent post element, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.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;
}

The code above also includes removing the date below the post titles.

We would loved to know if this has work for you. Thank you.

Worked a treat - very many thanks

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.