# Muting a user doesn't hide their posts?

**URL:** https://meta.discourse.org/t/muting-a-user-doesnt-hide-their-posts/57691
**Category:** Feature
**Created:** [20 Febbraio 2017, 11:54pm UTC](https://meta.discourse.org/t/muting-a-user-doesnt-hide-their-posts/57691 "2017-02-20T23:54:44Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [21 Febbraio 2017, 12:55am UTC](https://meta.discourse.org/t/muting-a-user-doesnt-hide-their-posts/57691/5 "2017-02-21T00:55:03Z")

</div>

You can do this with a local CSS customization:

```plaintext
.topic-post article[data-user-id="26487"] .topic-body {
  max-height: 70px;
  overflow-y: scroll;
  opacity: 0.2;
}

```

---

_[View the full topic](https://meta.discourse.org/t/muting-a-user-doesnt-hide-their-posts/57691)._
