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

    Hi!
    How can I disable zooming/lightbox effect in images inside post? (not in main or index blog images over excerpts).
    I just only need the image to be displayed.
    Thanks.

    #333138

    Hi backfolder!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #381465

    And how would be the code to stop the effect on any thumbnails in galleries as well as mansory thumbs? thanks!

    #381725

    Hey!

    Would you like to remove image overlay? If so, please add following code to Quick CSS

    .image-overlay { display: none !important; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.