Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #990303

    I’ve found how to remove the lightbox from specific images in the documentation, but I’d like to remove it from the featured image in the single blog posts.

    Thanks for any help you can give!

    #990354

    Hey HPCCo,

    Add this to quick css:

    .big-preview.single-big .lightbox-added{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

    #990377

    Thanks, Jordan!!

    #990379

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove lightbox from featured image in posts’ is closed to new replies.