# Hide edits icon for members?

**URL:** https://meta.discourse.org/t/hide-edits-icon-for-members/122236
**Category:** Development
**Created:** [July 6, 2019, 6:18pm UTC](https://meta.discourse.org/t/hide-edits-icon-for-members/122236 "2019-07-06T18:18:05Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)
#### Post date: [July 6, 2019, 7:16pm UTC](https://meta.discourse.org/t/hide-edits-icon-for-members/122236/4 "2019-07-06T19:16:10Z")

</div>

You can use some css customization to hide it

```css
.topic-body .post-info.edits {
    display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/hide-edits-icon-for-members/122236)._
