Custom hover icon on recent posts and entry thumbs

Hi,

I’ve customized the recent post and entry thumbnails to show a different icon on hover than the default link icon. It works fine on the recent posts but there’s a delay on the entry thumbnails. Can this be fixed? Thanks very much for your help.

You can see both on this page: https://upstatefilms.org/category/coming-soon

The CSS I’m using:

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:before {
content: url(“https://upstatefilms.org/wp-content/uploads/2019/11/projector-icon.png”);
padding-top: 5px;
}

.entry-thumb:before {
content: url(“https://upstatefilms.org/wp-content/uploads/2019/11/projector-icon.png”);
padding-top: 5px;
}

Just discovered that this delay issue seems to be a problem only on my Safari, not Firefox or Chrome.

Hey Steve,

We are just glad that you have figured out that Safari is causing the issue.
Thanks for letting us know!

Best Regards.

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