# Ability to Hide Poll Results

**URL:** https://meta.discourse.org/t/ability-to-hide-poll-results/39900
**Category:** Feature
**Created:** [20. Februar 2016 um 17:58 UTC](https://meta.discourse.org/t/ability-to-hide-poll-results/39900 "2016-02-20T17:58:32Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [20. Februar 2016 um 18:05 UTC](https://meta.discourse.org/t/ability-to-hide-poll-results/39900/2 "2016-02-20T18:05:19Z")

</div>

This has come up before, so this is a duplicate, but the only way I know of (and this impacts staff too), is to use CSS

So post the topic with the poll, grab the topic id and put this as a custom stylesheet for both mobile and desktop (43 being the topic id)

```plaintext
section[data-topic-id="43"] .toggle-results { display: none }

```

---

_[View the full topic](https://meta.discourse.org/t/ability-to-hide-poll-results/39900)._
