Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Featured image’ is closed to new replies.
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!