Comments 4PayPerClick started the conversationOctober 20, 2022 at 6:25amHi, Is it possible to remove the link to lightbox for Image Gallery, Grid Style, Meta overlaid w/ zoom effect on hover alt? 1,877Judith repliedOctober 20, 2022 at 8:01amHi 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. 4PayPerClick repliedOctober 20, 2022 at 8:08amThanks for your help but that didn't work 4PayPerClick repliedOctober 20, 2022 at 9:16amThat 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,877Judith repliedOctober 20, 2022 at 11:09amHi There,Please try this css: .portfolio-items .col.span_3 .work-item .work-info a { pointer-events: none; cursor: none;}Thanks.1 Like 4PayPerClick repliedOctober 20, 2022 at 11:37amThank you Judith, that works. Sign in to reply ...
Hi,
Is it possible to remove the link to lightbox for Image Gallery, Grid Style, Meta overlaid w/ zoom effect on hover alt?
Hi There,
Thanks for keeping in touch.
Please try this css:
Thanks.
Thanks for your help but that didn't work
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>
Hi There,
Please try this css:
Thanks.
Thank you Judith, that works.