# "like" button on first post

**URL:** https://meta.discourse.org/t/like-button-on-first-post/229814
**Category:** Support
**Created:** [June 13, 2022, 2:50pm UTC](https://meta.discourse.org/t/like-button-on-first-post/229814 "2022-06-13T14:50:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Jason\_Harding](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jason_harding/32/240983_2.png) [@Jason\_Harding](https://meta.discourse.org/u/Jason_Harding)
#### Post date: [June 13, 2022, 2:50pm UTC](https://meta.discourse.org/t/like-button-on-first-post/229814/1 "2022-06-13T14:50:54Z")

</div>

I had a look through the forum and I am just not getting the answer back I am looking for.

The first post in any thread does not have a “like” button on my forum. Subsequent posts all have the heart as they should. Users have requested a “like” for the first post.

Not sure how to enable it, Can someone point me in the correct direction?

TIA  
Jason

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [June 13, 2022, 2:54pm UTC](https://meta.discourse.org/t/like-button-on-first-post/229814/2 "2022-06-13T14:54:09Z")

</div>

Do you use the #voting plugin?

> [@Discourse Topic Voting](https://meta.discourse.org/t/discourse-topic-voting/40121/1):
>
> In the categories where the Voting plugin is activated, Likes are automatically deactivated. Some sites may want to use both functions at the same time to like replies, see [how to re-enable Likes](https://meta.discourse.org/t/show-both-like-and-vote-button-on-topics/101252/2).

---

<div class="post-metadata">

### Author: ![Jason\_Harding](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jason_harding/32/240983_2.png) [@Jason\_Harding](https://meta.discourse.org/u/Jason_Harding)
#### Post date: [June 13, 2022, 3:23pm UTC](https://meta.discourse.org/t/like-button-on-first-post/229814/3 "2022-06-13T15:23:34Z")

</div>

Hi @Moin

Yes, we do have voting enabled. although I do not think we use it to its full advantage. I am not a developer by any stretch just an admin on the site. Is this something I can update or is this something I should engage our developer for?

is there a help document to let me have a look at where the changes need to be made?

Thanks in advance  
Jason

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [June 13, 2022, 3:30pm UTC](https://meta.discourse.org/t/like-button-on-first-post/229814/4 "2022-06-13T15:30:50Z")

</div>

In your Admin \> Customize \> Theme \> CSS, add

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

```

to display both Votes and Likes

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [July 13, 2022, 3:30pm UTC](https://meta.discourse.org/t/like-button-on-first-post/229814/5 "2022-07-13T15:30:57Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
