# How to hide the "views" column?

**URL:** https://meta.discourse.org/t/how-to-hide-the-views-column/128072
**Category:** Development
**Tags:** css
**Created:** [September 9, 2019, 6:05pm UTC](https://meta.discourse.org/t/how-to-hide-the-views-column/128072 "2019-09-09T18:05:52Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![jidetheblogger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jidetheblogger/32/73213_2.png) [@jidetheblogger](https://meta.discourse.org/u/jidetheblogger)
#### Post date: [September 5, 2020, 5:01pm UTC](https://meta.discourse.org/t/how-to-hide-the-views-column/128072/5 "2020-09-05T17:01:05Z")

</div>

```css
.topic-list .views {
    display:none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-hide-the-views-column/128072)._
