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

    Hello,

    When I click on the featured image on a blog post, it pops up as a lightbox and actually makes the whole page pop up as a lightbox, it’s very strange. How can I disable the lightbox on featured blog post images? Or just disable the ability to click on the image?

    #1000659

    Hey bobfurgo,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-big a {
      pointer-events:none;
    }

    Best regards,
    Rikard

    #1000876

    Perfect, thank you Rikard!

    #1000900

    Hi,

    I’m glad you were able to get this resolved. 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 ‘disable lightbox function on blog post large featured images’ is closed to new replies.