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.