Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #362089

    Hi

    I want to disable the link of the blog picture on a single blog-entry.
    The CSS-Property “pointer-events: none;” unfortunately only works on firefox / chrome…

    Is there some other solution for IE?

    Regards,

    #362158

    Hi Fabrice!

    Please try adding following code to Quick CSS

     .single .big-preview.single-big {
    z-index: -1;
    } 

    Best regards,
    Yigit

    #363326

    Hi Yigit

    Thanks! Works perfect.

    Best Regards,
    Fabrice

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Picture disable Lightbox’ is closed to new replies.