Hello,
how can I just remove the lightbox link on a single blog-page without changing the layout?
Thanks!
Hey xela,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.postid-2500 a.lightbox-added {
pointer-events: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks, and sorry, I did not make it clear:
This action should be removed on EVERY blog-detail-page, and I mean just the header-image, not the lightbox go the galleries itself.
Thanks again!
can you try in child-theme functions.php:
add_filter( 'avf_post_ingnore_featured_image_link', '__return_true' );
Great, that works out fine — thanks!
Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike