# Is het mogelijk om de link/knop "Mijn Threads" te verwijderen?

**URL:** https://meta.discourse.org/t/is-it-possible-to-get-rid-of-the-my-threads-link-button/382483
**Category:** Support
**Tags:** chat
**Created:** [12 september 2025 om 23:32 UTC](https://meta.discourse.org/t/is-it-possible-to-get-rid-of-the-my-threads-link-button/382483 "2025-09-12T23:32:20Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [13 september 2025 om 10:20 UTC](https://meta.discourse.org/t/is-it-possible-to-get-rid-of-the-my-threads-link-button/382483/9 "2025-09-13T10:20:20Z")

</div>

In principe, alle DM’s met threads. Als je de knop alleen wilt verbergen, zou deze CSS volstaan, hoewel je nog steeds threading hebt:

```css
button#c-footer-threads.c-footer__item {
  display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-get-rid-of-the-my-threads-link-button/382483)._
