Remove color on top of recent post featured image

Hi there,

I’ve got a problem with my website regarding the blue color on top of my featured image of my portfolio items. I rather have just the featured image there without the blue color on top. (when hovering the blue disappears).
Would you mind and take a look please?

Thanks in advance.

Hello @FerryTimmer,

Please add this code in X > Theme Options > CSS:

.x-recent-posts .x-recent-posts-img:before, 
.x-recent-posts .x-recent-posts-img:after {
    display: none;
}

Hope this helps.

Thanks, that worked!

You’re welcome @FerryTimmer.

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