• Resolved cofeman

    (@cofeman)


    Hi, is there any option / way to disable links on thumbnails? I don’t want any link for opening images, just to show thumbs.

    Thanks for any help.

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

    (@imagely)

    Hi @cofeman,

    While the display type doesn’t come with such a setting, you can add the following custom CSS to your site’s “Appearance -> Customize -> Additional CSS” to prevent the thumbnails’ click action:

    .ngg-gallery-thumbnail a {
        pointer-events: none !important;
    }
    Thread Starter cofeman

    (@cofeman)

    Awesome, it works like a charm ??

    Thank you a lot.
    Kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable thumbnail links’ is closed to new replies.