Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #412062

    Hello,
    I like to disable this effect when I pass the mouse over
    Demo lightbox effect
    http://subefotos.com/ver/?9df6b68e491273b70643d56f1b8630f4o.jpg
    How to?
    Thanks.

    • This topic was modified 9 years, 1 month ago by grupoabades.
    #412073

    Hey grupoabades!

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

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

    Best regards,
    Yigit

    #412085

    Thanks!

    Only one question: Its posible disable image link?

    • This reply was modified 9 years, 1 month ago by grupoabades.
    #412089

    Hi!

    It should be possible using CSS as well. Can you please point out the image firstly?

    Cheers!
    Yigit

    #412113

    Hello,

    In all post, the featured image.

    Thanks.

    #412114

    Hi!

    Please add following code to Quick CSS as well

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

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

    Regards,
    Yigit

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