# Voting plugin — hiding "empty" votes in the topic list?

**URL:** https://meta.discourse.org/t/voting-plugin-hiding-empty-votes-in-the-topic-list/206450
**Category:** Support
**Created:** [October 19, 2021, 4:27pm UTC](https://meta.discourse.org/t/voting-plugin-hiding-empty-votes-in-the-topic-list/206450 "2021-10-19T16:27:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mattdm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mattdm/32/216484_2.png) [@mattdm](https://meta.discourse.org/u/mattdm)
#### Post date: [October 19, 2021, 4:27pm UTC](https://meta.discourse.org/t/voting-plugin-hiding-empty-votes-in-the-topic-list/206450/1 "2021-10-19T16:27:56Z")

</div>

Is there an easy way to make it so “0 votes” isn’t displayed in the topic listing, but that indicator shown only when there is at least 1 vote? For a busy category with the “distribute votes to your top concerns” model, there will always be a lot of zeroes and that doesn’t look great.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [October 21, 2021, 2:33pm UTC](https://meta.discourse.org/t/voting-plugin-hiding-empty-votes-in-the-topic-list/206450/2 "2021-10-21T14:33:56Z")

</div>

There wasn’t, but there is now!

[https://github.com/discourse/discourse-voting/pull/104](https://github.com/discourse/discourse-voting/pull/104)

This commit allows you to do:

```css
.vote-count-0 {
  display: none;
}

```

---

<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 20, 2021, 2:34pm UTC](https://meta.discourse.org/t/voting-plugin-hiding-empty-votes-in-the-topic-list/206450/3 "2021-11-20T14:34:53Z")

</div>

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