How to Disable Default Image Links

Posted in: Newspaper
Post count: 20

Hi tagdiv,

When I set the featured image in the article, it is clickable, ex: http://www.url.com/uploads/2015/10/image.jpg. How to disable and remove it? Because there’s no option for “featured image” to disable the image url link.

Thank you.

Post count: 22421

Hello,

Unfortunately, there is no option to change the URL of the featured image.
You can disable the link with custom CSS though:

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

Thank you!

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