Ability to Hide Poll Results

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)

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