# Discourse Reactions

**URL:** https://meta.discourse.org/t/discourse-reactions/183261
**Category:** Plugin
**Tags:** official, reactions, included-in-core
**Created:** [March 15, 2021, 4:47am UTC](https://meta.discourse.org/t/discourse-reactions/183261 "2021-03-15T04:47:30Z")
**Posts on this page:** 1
**Showing post:** 367

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [November 8, 2024, 9:13am UTC](https://meta.discourse.org/t/discourse-reactions/183261/367 "2024-11-08T09:13:16Z")

</div>

There is a #Customization > Theme component to hide likes from new users as I recall.

> [@Hide Likes For New Users](https://meta.discourse.org/t/hide-likes-for-new-users/167245):
>
> This is a very simple theme component that gives you the ability to hide the “like” functionality from new (TL0) users. While not 100% foolproof against an extremely determined troll, it will prevent the “like” elements from ever loading into the DOM while active. The hope is that it can act as an additional obstacle to trolls attempting to abuse likes. I also included the option to hide likes from anons in case that’s helpful for any community. Before: After: Installati…

You can also use some CSS and add the problem user to a group.

> [@Looking to hide Likes & Decorate Op](https://meta.discourse.org/t/looking-to-hide-likes-decorate-op/255729/2):
>
> You can hide the like button with CSS, but that won’t prevent users from liking posts (a plugin would be required to ensure that), if they figure out how to un-hide the button for example.
> 
> I suppose the easiest way would be using [CSS Classes for Current User’s Groups](https://meta.discourse.org/t/css-classes-for-current-users-groups/226068) which adds the current user groups to the body classes, then use CSS such as:
> 
> ```plaintext
> body.category-your-category-slug:not(.group-group_name) {
> button.like {
> display: none;
> }
> }
> 
> ```
> 
> Let me know if you have trouble understanding 🙂

---

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