Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #220762

    Hi there,

    On my Blog page of Enfold, when the large Iconfont next to each post is hovered over, the raw blog post HTML contents are displayed as a tool tip.

    Is there any way to disable this ?

    I can send a URL or screenshot as a reply.

    Thanks, David

    #220804

    Hi hawea74!

    I’m not sure what is the blog icon that you’re referring to. Please post a screenshot and the link to the actual blog page.

    Regards,
    Ismael

    #220807
    This reply has been marked as private.
    #220816

    Hi!

    You can edit includes > loop-index.php, find this code on line 113:

    $blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
    

    Replace it with this code:

    $blog_meta_output = "<a href='{$link}' class='small-preview' title=''>".$slider.$icon."</a>";
    

    Cheers!
    Ismael

    #220822

    Thanks Ismael – that’s fixed it :)

    Regards David

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hover on Blog Icon’ is closed to new replies.