non clickable featured images

Posted in: Newsmag
Post count: 8

currently my Featured images are clickable, how do I make them non clickable
url timeslifestyle.net/20170502/us-researchers-eliminate-hiv-infection-in-humanised-mice/

Post count: 23312

Hello anand2027,

If you want to make your featured images to be unclickable, you should use a bit of CSS rule to disable this effect. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

Thanks for the message!

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