Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #389064

    Hi
    addition to the closed topic
    https://kriesi.at/support/topic/remove-lightbox-from-images/

    The suggested adjustment with
    .big-preview.single-big {
    pointer-events: none !important;
    }

    causes that nothing can bee linked in the post title. All video format posts do not work.

    Is there a way to target only to image formats?

    Thanks, Oliver

    #389450

    Hey Oliver

    Please change the code to following one

    .format-image .big-preview.single-big {
    pointer-events: none;
    }

    Cheers!
    Yigit

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