Tagged: enfold, link, portfolio grid, remove
Hi,
i read many topic on the forum about my question, but no one worked.
How can I remove the link from images showed into the portfolio grid?
Thanks,
Rosa
Hi Rosa!
Please add following code to Quick CSS
a.grid-image {
pointer-events: none;
}
Regards,
Yigit
It works!
YO!