Remove Featured image links

Posted in: Newspaper
Post count: 44

Hi, could you tell me how to remove the featured image links from images on my front main page? I just want the flat image with no link and the title of the post would then be the only link back to the post below the image.
thx

Post count: 23312

Hello poppeto,

If you want to hide this effect for featured images, on posts, you should use a bit of CSS code to do this ->

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

If is not what you mean, provide more details about your problem so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 44

hi, what i mean is that when i mouse over the featured images of the posts on my frontpage, i do not want the actual featured images to link back to their single posts.
The only link back to the single post will be the post title which is already below the featured image on my frontpage.
thx

Post count: 23312

Hello poppeto,

You can try the below quick fix.

.td-module-thumb{
pointer-events:none!important;
}

Thanks.

Post count: 44

thats great thanks

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