# Post Voting: לייקים מופעלים אך אינם מופיעים

**URL:** https://meta.discourse.org/t/post-voting-has-likes-enabled-but-they-wont-appear/248297
**Category:** Bug
**Tags:** reactions, post-voting
**Created:** [8 בדצמבר,‏ 2022,‏ 5:37pm UTC](https://meta.discourse.org/t/post-voting-has-likes-enabled-but-they-wont-appear/248297 "2022-12-08T17:37:10Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [8 בדצמבר,‏ 2022,‏ 7:16pm UTC](https://meta.discourse.org/t/post-voting-has-likes-enabled-but-they-wont-appear/248297/5 "2022-12-08T19:16:34Z")

</div>

Hello,

Reactions are disabled (hide) by default on post voting topics with css.

> <https://github.com/discourse/discourse-post-voting/blob/main/assets/stylesheets/common/post-voting.scss#L19-L22>

You can reactivate it with adding a little css to a component Common/CSS 🔽

```scss
.post-voting-topic,
.post-voting-topic-sort-by-activity {
  .discourse-reactions-actions {
    display: inline-flex;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/post-voting-has-likes-enabled-but-they-wont-appear/248297)._
