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

    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!

    #227201

    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

    #227207
    #227221

    Hi!

    Please use following code instead

    .big-preview.single-big { pointer-events: none; }

    Cheers!
    Yigit

    #227254

    Solved! Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove hover-over and link from Featured Image’ is closed to new replies.