Hi there
Using the Blog post Item to display the posts from a category.
How do I disable the featured image link to the post? We just want to show the posts here, not have any link through.
http://franklydifferent.com/cd/investing-in-property/investment-property/
Thanks
Hey reddishpinkmedia!
Thank you for using Enfold.
Add this in the Quick CSS field:
.page-id-510 .slide-image {
pointer-events: none;
}
Best regards,
Ismael
Thanks! great support