Comments 1imRS started the conversationFebruary 20, 2020 at 4:07pmHello, i want to delete the links that redirect the portfolio images to a single page.I mean, i want to disable that you can click the photos. 295Paul repliedFebruary 24, 2020 at 10:03amHello!Please try using this custom CSS: .portfolio-item > a { pointer-events: none !important; } The links should all be disabled.Regards,Paul 1imRS repliedMarch 2, 2020 at 8:48pmHello Paul, still has an active link 295Paul repliedMarch 6, 2020 at 3:58pmHmm. How about this one? .portfolio-item, .portfolio-item > a { pointer-events: none !important; }1 Like 1imRS repliedMarch 6, 2020 at 4:28pmTHANK YOU SO MUCH PAUL!!!1 Like Sign in to reply ...
Hello, i want to delete the links that redirect the portfolio images to a single page.
I mean, i want to disable that you can click the photos.
Hello!
Please try using this custom CSS:
The links should all be disabled.
Regards,
Paul
Hello Paul, still has an active link
Hmm. How about this one?
THANK YOU SO MUCH PAUL!!!