Tagged: Images
Hi,
How do I disable clicking on an image that simply shows the enlarged version of that image? I’d rather images not be clickable unless they are links to articles, for example.
Thanks
Hey franktw,
Images that has no links doesn’t do anything when clicked. Can you give us a link to the page you are referring?
Best regards,
Nikko
The Featured Image, when clicked on, just goes to a larger image of itself (which is confusing). Thanks!
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.big-preview.single-big a {
pointer-events: none;
}
Let us know if this helps. :)
Regards,
Nikko