Tagged: Blog, hover, overlay, related posts
Hi there,
Right now, there is a pen when I hover over the related post pictures underneath my blog post.
How can I
1. get rid of it
2. display an image of my choice rather than showing a pen?
Hi gentlemansgazette!
You need to add a featured image for each posts to remove the pen icon.
Cheers!
Ismael
Hmm, that’s strange, because I have a featured image for each post.
With featured image I mean the one that you can set in wordpress and is called featured image. So that can’t be the problem.
Hey!
I see all of the featured images on the related posts. Please remove browser cache then reload the page a few times. You should test this on another browser.
Best regards,
Ismael
Yes, I see all of them as well. My problem is that when I hover over them, I see the pen. That’s why the title is overlay hover.
Just hover over the thumbnails and you will see what I mean…
Hi!
My bad! You can edit funtions.php, find this code:
'standard' => array( 'font' =>'entypo-fontello', 'icon' => 'ue836')
Change “ue836” to something else. Please get the icon codes here: http://fontello.com/. You can remove the icon using this on Quick CSS:
.related-format-icon-inner, .related-format-icon{
display: none !important;
}
Cheers!
Ismael
Hmm, it is not working…