Is there a way to remove the link on the featured image on my blog posts? I know I can manually do it, but I am wondering if there is a more permanent solution?
Thanks.
Hey ginnywills,
Could you please give us a link to your website, we need more context to be able to help you. We can make it not clickable with css, will this work for you?
Best regards,
Victoria
Example: https://safetymom.com/you-have-the-right-to-be-a-bch/
Each blog post has a featured image at the top of the post which clicks through to the media file. I would like to remove that link so that it does not click through to anything (unless I manually add a link). Is that possible with CSS?
Hi,
Thanks for the link, to make the featured image not clickable on a single post you could try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.single .big-preview.single-big {
pointer-events: none !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Perfect. Thanks!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon