Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #211503

    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?

    #211713

    Hi gentlemansgazette!

    You need to add a featured image for each posts to remove the pen icon.

    Cheers!
    Ismael

    #211717

    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.

    #211724

    Hi!

    Can you please give us a link to the actual post?

    Best regards,
    Ismael

    #211727
    #211735

    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

    #211742

    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…

    #211752

    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

    #211757

    Hmm, it is not working…

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to change overlay hover of related posts under blog post’ is closed to new replies.