Tagged: blog image
Can you please tell me how to remove the link (and hover over feature) from the featured image on a blog post (and on all blog posts)? Currently, if you click on the image it just opens to show the picture again which really makes no sense :-) I’d rather that the image just not be linked to anything at all.
Thanks in advance for your help!
Hey colleenpaynter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .blog-meta {
pointer-events: none;
}
Best regards,
Yigit
Worked perfectly, thanks Yigit!