Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #559930

    How can I remove the hover effect and the zoom (clic) in the featured image of the post? I just want to show the image, without interactions.

    Thanks

    #559964

    Hey inlinguamadrid!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Regards,
    Yigit

    #1113713

    Hi! I was wondering how you can do the same thing for featured images on the main blog page as well rather than just on a single blog entry?

    #1113762

    Hey Southern Comfort,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.