Okay
  Public Ticket #3150045
Image Gellery Lightbox
Closed

Comments

  •  4
    PayPerClick started the conversation

    Hi, 
    Is it possible to remove the link to lightbox for Image Gallery, Grid Style, Meta overlaid w/ zoom effect on hover alt?

  •  1,877
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please try this css:

    .portfolio-items .col .work-item.style-3 img, .portfolio-items .col .work-item.style-3-alt img {
        transition: none;
    }

    Thanks.

  •  4
    PayPerClick replied

    Thanks for your help but that didn't work

  •  4
    PayPerClick replied

    That solution only made the hover zoom have no transition but the lightbox still open on the click.


    It looks like the template will need to be edited to remove <a ......  class="pretty_photo"></a>

  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    .portfolio-items .col.span_3 .work-item .work-info a {
        pointer-events: none;
        cursor: none;
    }

    Thanks.

  •  4
    PayPerClick replied

    Thank you Judith, that works.