I go to a single post and there is the image with a Lightbox.
How to remove the Lightbox to have the image only, not clickable?
Thanks.
Hey peterolle,
You can use the pointer-events: none with the css. Do you need help with the selector?
Best regards,
Victoria
Yes, please share the solution. If you can please add the CSS complete I need to add, with selector and everything better.
Thanks.
Hi,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.big-preview.single-big a{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
That will affect only the featured image, right?
Thanks.
Hi,
Yes.
Best regards,
Jordan Shannon
Thank you.
Hi,
No problem! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon