Tagged: 

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

    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

    #745637

    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

    #745655

    The Featured Image, when clicked on, just goes to a larger image of itself (which is confusing). Thanks!

    #746192

    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

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