# Topic List Thumbnails

**URL:** <https://meta.discourse.org/t/topic-list-thumbnails/150602>\
**Category:** Theme component\
**Tags:** official, topic-list-thumbnails\
**Created:** [May 6, 2020, 2:15pm UTC](https://meta.discourse.org/t/topic-list-thumbnails/150602 "2020-05-06T14:15:18Z")\
**Posts on this page:** 1\
**Showing post:** 347

<div class="post-metadata">

**Author:** ![dsims](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dsims/32/485916_2.png) [@dsims](https://meta.discourse.org/u/dsims)\
**Post date:** [December 10, 2025, 1:56pm UTC](https://meta.discourse.org/t/topic-list-thumbnails/150602/347 "2025-12-10T13:56:08Z")

</div>

> [@jasedepuit](#):
>
> Specifically, is it possible to set it so the thumbnail is only displayed if an image is found to display? i.e. - rather than having a placeholder when there’s no image, just don’t display anything?

> [@Ahmed26](#):
>
> 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

```plaintext
.topic-list-thumbnail.no-thumbnail {
    display:none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/topic-list-thumbnails/150602)._
