Hi guys,
As always, thanks for a great theme!
I am wondering if there is any way to remove the links from a masonry overview? What I wish to do is to use the masonry posts and show the image, title and text but remove the link so that the users can’t click on any of the posts in the masonry overview. Is that possible?
Regards,
Rasmus
I think I solved it by myself. Sorry for asking without testing first :)
Here is the solution.
.av-masonry-container a.post {
pointer-events: none;
}