Change and remove hover over icon in blog

Hi there,

I’ve been looking to change the hover over-effect of my recent and blog posts and managed to remove the color-change… .

However, I have not been able to remove or change the hover over icon, which shows up only in the blog section if I hover over the post image.

Can I change that Icon? And how can I remove it?

The URL is:
http://pawsent.de/blog-2/

Hello @livandme,

Thanks for asking. :slight_smile:

Please add following CSS under X > Launch > Options > CSS to remove blog post hover icon:

.entry-thumb:before{display:none;}

Thanks.

Amazing! Thank You! :slight_smile:

You’re welcome.

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