Blogs showing hover over permanently

Hello, Just updated Pro and now the recent posts elements are showing the hover over action permanently which makes them completely opaque with an icon instead of showing the featured image. I am using the integrity stack and it was not like this before I updated. What is more strange is that the recent post element does not have the same problem on my regular post pages. They react fine. Thoughts?

Hi There @jgreenberg

Thanks for writing in! That’s a default behavior of specific stacks like integrity. You can see it on our demo sites also.

Also you can use custom CSS to style according to your requirements as well.

For example, you can add the following CSS rule into your Theme Options > Global CSS area to remove the icon on hover.

a.entry-thumb:hover::before {
    opacity: 0;
}

Hope that helps.

Yes I understand that is more stack specific. I was referring to a glitch I believe that is keeping it completely opaque with the icon while NOT hovering over. It only started happening when I updated PRO.

It appears I am not the only one. This post explains and helps the issue: https://theme.co/apex/forum/t/blog-thumbs-not-showing-on-home-page/34107

Hi Joseph,

That is right. This is already added to our issue tracker for our developers to look into.

Thank you.

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