# Show both like and vote button on topics

**URL:** https://meta.discourse.org/t/show-both-like-and-vote-button-on-topics/101252
**Category:** Support
**Tags:** topic-voting
**Created:** [November 4, 2018, 3:35am UTC](https://meta.discourse.org/t/show-both-like-and-vote-button-on-topics/101252 "2018-11-04T03:35:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [November 4, 2018, 1:06pm UTC](https://meta.discourse.org/t/show-both-like-and-vote-button-on-topics/101252/2 "2018-11-04T13:06:58Z")

</div>

> [@Voting vs Likes for feature requests](https://meta.discourse.org/t/voting-vs-likes-for-feature-requests/101146/12):
>
> I enabled voting and discovered that likes disappeared in my self-hosted install.

The like button - and like count - are only removed from topics in categories where you have voting enabled. Topics in categories where you don’t have voting enabled are not affected.

If you’d still like to show the like button and count in topics in categories that have voting enabled then try to add the following to your theme in the common CSS tab:

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

```

---

_[View the full topic](https://meta.discourse.org/t/show-both-like-and-vote-button-on-topics/101252)._
