Hi,
I would like to remove the hyperlink on the mansory linked below, the goal is to only display the feature image of the post and not make the post accessible, thanks
Hey kilimats!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-7138 #av-masonry-1 {
pointer-events: none;
}
Regards,
Yigit
Thanks that worked, i am trying to apply that code to a duplicated page now but im having a hard time getting it to work, here is the source code of that page (cant share it because its private)
Hi,
Please see screenshot in private content field. For this page, your code would be
.page-id-6656 #av-masonry-1 { pointer-events: none !important; }
Best regards,
Yigit
thanks worked, how i can i keep the LOAD MORE button clickable though ?
Hi,
Please change the codes to following one
.page-id-7138 #av-masonry-1 a.av-masonry-entry {
pointer-events: none;
}
Best regards,
Yigit
you rock thanks ! worked