• Resolved Ramzii

    (@ramzii)


    I disable the lightbox effect but all images remain clickable.

    How do I remove the clickable functionality?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @ramzii,

    NextGen doesn’t have such an option since each image has a link for the full-image by default but you can try to override this behavior by adding the CSS rule from below to “Gallery -> Other Options -> Style”

    .ngg-gallery-thumbnail {
    pointer-events: none !important;
    }

    Hope this helps,
    Mihai

    Thread Starter Ramzii

    (@ramzii)

    Thanks this did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove click effect’ is closed to new replies.