Is there a way to hide featured image in a category list?

Posted in: Newsmag
Post count: 4

Is there a way to hide featured image in a category list?

I have a category that the featured image is the same for all articles and I would like to have the category list with just the title and a bit of text from the article.

for example here:

http://bohionews.com/wp/category/blogs/cotorita/

thanks.

Thanks! The theme is NewsMag

Post count: 23312

Hi,

Another alternative, in this case, would be to change the module for Category with a module which does not have featured image, from here -> https://www.screencast.com/t/O4r03oTf

Hope this helps!

Thanks.

Post count: 4

Hi Catalin, thank you for your reply.

I tried that. But I would like to have an extract of the post content in the list and the ones there, without image, do not show the text.

I was playing a bit with CSS (In the browser Inspector) and I was able to hide the image by setting visibility hidden to the thumb. but I don’t know if that will affect other categories too…

Here is the result = https://www.screencast.com/t/15rJJiNpPcB

I would like to get the same result, but that the blank space where the image was suppose to be place, disappear, so the text move to the left.

  • This reply was modified 8 years by ltonline.
Post count: 23312

Hello ltonline,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.category .item-details{
margin-left:0!important;
}
.category .td-module-thumb{
display:none;
}

Thanks for the message!

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