Disable Access to Featured Image on Post

Posted in: Newspaper
Post count: 16

Hi tagDiv,

Is it possible to disable the access to the feature image in each post?

Now, when I click on the image, it brings up a window that shows me the enlarged image.

I just want the image to not have any linkage. This was possible previously when I used another wordpress theme.

Could you help me with this? Are codes required?

Thank you.

Post count: 20688

Hi,

The featured image will open in a modal when clicked, by default. What you are asking would have 2 solutions. The simpler one where through an added code in Theme panel->Custom CSS, any clicking on the featured image in the post page will have no effect. Something like this

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

The other solution would require modifications in the theme code, in order to remove the actual link on the image. I will try to give you this solution, if the above is not sufficient.

Thanks

Post count: 16

Hi Simion,

Thanks, the css code does what I need it to do.

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