# Featured Lists

**URL:** https://meta.discourse.org/t/featured-lists/288916
**Category:** Theme component
**Created:** [December 16, 2023, 1:06pm UTC](https://meta.discourse.org/t/featured-lists/288916 "2023-12-16T13:06:43Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)
#### Post date: [December 21, 2023, 9:57pm UTC](https://meta.discourse.org/t/featured-lists/288916/3 "2023-12-21T21:57:07Z")

</div>

> [@digitaldominica](#):
>
> is it possible to hide a row if there is no topics within it?

Thanks for the feedback! I just updated the component, so it doesn’t render empty lists.

> [@digitaldominica](#):
>
> how can i prevent the about the category topic from being displaed in the featured lists?

I don’t see a dedicated class for the about topics. But you could use a style declaration to hide pinned topics from the featured lists:

```plaintext
.featured-lists__list-body .topic-list-item.pinned {
  display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/featured-lists/288916)._
