Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302771

    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!

    #303161

    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

    #303361

    Worked perfectly, thanks Yigit!

    #303364

    Hi!

    You are welcome Colleen, glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove link from Blog image’ is closed to new replies.