# How to display the like button?

**URL:** https://meta.discourse.org/t/topic/403674
**Category:** Support
**Created:** [May 22, 2026, 10:35pm UTC](https://meta.discourse.org/t/topic/403674 "2026-05-22T22:35:02Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![bird](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bird/32/552706_2.png) [@bird](https://meta.discourse.org/u/bird)
#### Post date: [May 22, 2026, 11:11pm UTC](https://meta.discourse.org/t/topic/403674/8 "2026-05-22T23:11:18Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/5/5/9/559b3dd65cf5272a36ef0f50f1cb52c30fc0ceff.png)

Thank you all. I successfully made it appear by adding a CSS component.

```css
.topic-post.voting-post button {
  &.like-count,
  &.toggle-like {
    display: block;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/topic/403674)._
