Help to remove featured image

Posted in: Newspaper
Post count: 1

Hi there,

We have a video category where the post consists just of the video and the video time length and source. For the longest time we were using the old Black theme and the tagdiv standard pack but a few days ago switched to the Black Pro and uninstalled the tagdiv standard pack. Site is a lot faster and looks great but the one issue we are having on the video pages is that the video gets displayed but also the featured image.

The page is setup in the composer with Single Post Featured Image on top which works great if it’s a image or video. And underneath is the single post content which again displays a duplicate image. (haven’t figured out to how to post the content without the image) I’ve been racking my brain on how to remove the featured image and just have the video and content. (normal post page is setup with only 1 element so no issues there)

With the Black theme in the past, we used the following code and it worked great for the videos category:

.category-videos .td-post-content img{
display: none !important;
}

But it no longer works and i’ve tried tons of combinations and am obviously missing something. Any help would be appreciated as i’ve spent tons of time trying to figure this out. I did just notice if i remove .category-videos then it works but on every category which can work if I create and adjust 2 separate templates (1 for posts and 1 for videos category) but would still like to see if the original simple way could work.

This did not work also:
.category-video .td-post-featured-image{
display:none;
}

Thanks

Post count: 35449

Hi,
Those custom css are no longer working because the classes are now a little different.
You can try this custom css:
.tdb_single_featured_image {
display:none;
}

or
.category-video .tdb_single_featured_image{
display:none;
}

Also, this situation appears because the image/vide is set in post content and this is also set in featured image element, if you want you can use the tagDiv Composer and just remove the Single Post Featured Image to see if this is what you need. – https://i.imgur.com/5qrEciX.png
Thank you!

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