Tagged: enfold, featured image
In the Enfold theme, the Featured image is normally shown above the blog post with a hover-over and linked to the full-size version of the image.
We don’t want Featured images to be linked to anything. They’re there just to make the post look pretty as they are, not to demonstrate something that needs to be zoomed in. They should not be interactive.
We just need to find where that link is set and remove it throughout the template.
Thanks!
Hey grktmktg!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .big-preview.single-big { pointer-events: none; }
Regards,
Yigit
Thanks Yigit. I did that, and there was no change. See http://grockit.com/blog/gmat/2014/01/25/whats-a-good-data-sufficiency-strategy-part-1/
Hi!
Please use following code instead
.big-preview.single-big { pointer-events: none; }
Cheers!
Yigit
Solved! Thank you.