How do I remove the link it shows from a featured image on my blog post?

Posted in: Newspaper
Post count: 37

Hi,

How do I remove the link it shows from a featured image on my blog post?

It shows where the image is located and the hand to open the picture appears, As it is a featured image to show in the blog post, no need to click and loop itself on your blog post…

I couldn’t find any documentation on this, nor did I find a function to turn the link of.

Can you please help me out?

Thank you. 🙂

Post count: 23312

Hello Equinoctium,

Please provide your website URL and also, please specify what link you do not want anymore. I need to investigate your website so I can provide a more accurate response.

Thanks.

Post count: 37

My website runs under a coming soon mode, so that won’t work.

let me write it more clear then

You make a post and select a featured image.

Now if someone opens that post to read it, that futured image is shown. If you move your mouse over that image the mouse changes in a hand so you can click on it and a link appears on the bottom linking you back to this article.

I want to remove this link, there is no use for it.

Other inserted images do not contain a link by default.

Hope that clears things up to better understand.

Thanks.

Post count: 20688

Hi,

The hand will appear, the featured image can be clicked in order to opened it in a modal window. The simplest solution would be to deny all interaction with the featured image, by using a code like this

.td-post-featured-image {
pointer-events: none;
}

This could would not allow any user action on the featured image in the post page, if that is what you want to do.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.