Hi,
is it possiblee to make the featured image not clickable in the blog lay-out. So we want to show it, but the lightbox / enlarging of the image isn’t useful for us.
Regards,
Roderick
Hey Roderick,
Please try the following in Quick CSS under Enfold–>General Styling:
.single-big a {
pointer-events:none !important;
}
Thanks,
Rikard
thanks!