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,
Hi Fabrice!
Please try adding following code to Quick CSS
.single .big-preview.single-big {
z-index: -1;
}
Best regards,
Yigit
Hi Yigit
Thanks! Works perfect.
Best Regards,
Fabrice