Topic List Thumbnails

For topics without images, I only want the topic title to be visible. Is there a way to do this?

I was able to do this with a little CSS

.topic-list-thumbnail.no-thumbnail {
    display:none;
}
1 Like

Thank you very much, that’s exactly what I was looking for.

A post was merged into an existing topic: How to display content excerpts in the theme component Topic List Thumbnails if no image in a topic?