Unclickable featured image

Posted in: Newspaper
Post count: 11

Hello and Happy New Year!

How can I make the featured image unclickable in posts?

Post count: 23312

Hi,

Use the code below and place it in Theme panel -> Custom CSS area.

.td-post-content figure {
pointer-events:none;
}

Thanks

Post count: 11

Not working

Post count: 20688

Hi,

Try something like this as well, should work well for default predefined post templates

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

If it doesn’t work for what you want to do, provide a link to a post on your website.

Thanks

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