# 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:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![chi\_noti\_info](https://avatars.discourse-cdn.com/v4/letter/c/9f8e36/32.png) [@chi\_noti\_info](https://meta.discourse.org/u/chi_noti_info)
#### Post date: [September 9, 2019, 6:05pm UTC](https://meta.discourse.org/t/how-to-hide-the-views-column/128072/1 "2019-09-09T18:05:52Z")

</div>

My forum is rather new and it is somewhat embarrassing to show the low amount of views in the “views” column. Is it possible to hide it (also hide from little information panel at the end of each OP?

Thanks in advance,

---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [September 9, 2019, 6:18pm UTC](https://meta.discourse.org/t/how-to-hide-the-views-column/128072/2 "2019-09-09T18:18:51Z")

</div>

> [@chi\_noti\_info](#):
>
> also hide from little information panel at the end of each OP

What do you mean by this?

---

<div class="post-metadata">

### Author: ![chi\_noti\_info](https://avatars.discourse-cdn.com/v4/letter/c/9f8e36/32.png) [@chi\_noti\_info](https://meta.discourse.org/u/chi_noti_info)
#### Post date: [September 9, 2019, 6:22pm UTC](https://meta.discourse.org/t/how-to-hide-the-views-column/128072/3 "2019-09-09T18:22:48Z")

</div>

That little box with information of “last reply”, “created”, “views”, “users” and “likes” at the end of first post in every thread, just like the one right above yours.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [September 9, 2019, 7:08pm UTC](https://meta.discourse.org/t/how-to-hide-the-views-column/128072/4 "2019-09-09T19:08:55Z")

</div>

Target these elements with CSS and hide them. You can add CSS via admin, customize.

---

<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;
}

```

---

<div class="post-metadata">

### Author: ![Alan1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alan1/32/202679_2.png) [@Alan1](https://meta.discourse.org/u/Alan1)
#### Post date: [February 3, 2021, 11:08am UTC](https://meta.discourse.org/t/how-to-hide-the-views-column/128072/6 "2021-02-03T11:08:03Z")

</div>

👍 Great, I found the Edit CSS/HTML button inside Customise \> Themes

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [November 14, 2023, 11:03am UTC](https://meta.discourse.org/t/how-to-hide-the-views-column/128072/7 "2023-11-14T11:03:25Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
