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

    The website uses the Enfold theme, and the blog posts use the Default Editor. A Feature image was added. When viewing the post and hovering over the feature image, it shows an arrow. Clicking on it displays the image in a pop up.

    How can this be disabled so that there is not hover or click function on the feature image?

    #1352379

    Hey m,

    Thank you for the inquiry.

    Adding this css code should disable the link of the featured image in the single post pages.

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

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css modification.

    Best regards,
    Ismael

    #1352430

    Perfect, thank you!

    #1352451

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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