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?
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
Perfect, thank you!