# 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:** 1
**Showing post:** 2

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

```

---

_[View the full topic](https://meta.discourse.org/t/voting-plugin-hiding-empty-votes-in-the-topic-list/206450)._
