Featured image in particular Category

Posted in: Newspaper
Post count: 101

Hello Tagdiv,

Is there any way to hide the featured image only in some category? There is option to disable the featured image globally in the theme panel. But how to hide the display of featured images at the top of each posts only on particular category.

Thanks

Post count: 22421

Hello,

I assume on the post itself is what you are looking for.
Try this css and change the category name for it:
.single .category-travel .td-post-featured-image{
display:none!important;
}

Thank you!

Post count: 101

Hello Bogdan,
Thank you for the answer. I got the CSS way. I thought there may be an option to hide it in particular category. My blog has 1000s of posts amd it is very difficult to modify all the posts. Please consider this as a request and implement this category based featured image (enable/disable option in theme panel) in the future updates.

Post count: 22421

OK, Thank you for your suggestion.

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