# How can I remove the 'Replies' column from the home page

**URL:** https://meta.discourse.org/t/how-can-i-remove-the-replies-column-from-the-home-page/142247
**Category:** Development
**Tags:** css
**Created:** [February 21, 2020, 11:48am UTC](https://meta.discourse.org/t/how-can-i-remove-the-replies-column-from-the-home-page/142247 "2020-02-21T11:48:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Monika\_Gupta](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/monika_gupta/32/164914_2.png) [@Monika\_Gupta](https://meta.discourse.org/u/Monika_Gupta)
#### Post date: [February 21, 2020, 11:48am UTC](https://meta.discourse.org/t/how-can-i-remove-the-replies-column-from-the-home-page/142247/1 "2020-02-21T11:48:16Z")

</div>

Hi…we are a new community & want to remove the ‘Replies’ column from the home page. Kindy help.

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [February 21, 2020, 1:19pm UTC](https://meta.discourse.org/t/how-can-i-remove-the-replies-column-from-the-home-page/142247/2 "2020-02-21T13:19:03Z")

</div>

Go to your admin panel → customize → click your theme → edit CSS/HTML → CSS tab, and insert this:

```css
th[data-sort-order="posts"], .topic-list .posts {
    display: none;
}

```

It will look like this:

 ![image](https://global.discourse-cdn.com/meta/original/3X/4/d/4dd55be987dc25efddc666f6ef3e646dc982cda9.png)

---

<div class="post-metadata">

### Author: ![Monika\_Gupta](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/monika_gupta/32/164914_2.png) [@Monika\_Gupta](https://meta.discourse.org/u/Monika_Gupta)
#### Post date: [February 25, 2020, 5:25am UTC](https://meta.discourse.org/t/how-can-i-remove-the-replies-column-from-the-home-page/142247/3 "2020-02-25T05:25:16Z")

</div>

Thankyou 🙂

---

<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:04am UTC](https://meta.discourse.org/t/how-can-i-remove-the-replies-column-from-the-home-page/142247/4 "2023-11-14T11:04:26Z")

</div>

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