Hi,
In the Ajax portfolio, when I use one, main image I would like to be able to disable the link for the full-size image, the link shown in the following screen shot:
If I could do this on a case-by-case basis it would be great.
Thanks,
Steve
Hey Steve!
Please try to insert this code into the quick css field
.portfolio-preview-image a{ pointer-events: none; }
Cheers!
Peter
Thanks, Dude!