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