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
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
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
Thanks Ismael – that’s fixed it :)
Regards David