# Allow to restrict muting users to TL2

**URL:** https://meta.discourse.org/t/allow-to-restrict-muting-users-to-tl2/372849
**Category:** Feature
**Created:** [July 3, 2025, 10:45pm UTC](https://meta.discourse.org/t/allow-to-restrict-muting-users-to-tl2/372849 "2025-07-03T22:45:58Z")
**Posts on this page:** 1
**Showing post:** 8

<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: [July 6, 2025, 7:14am UTC](https://meta.discourse.org/t/allow-to-restrict-muting-users-to-tl2/372849/8 "2025-07-06T07:14:59Z")

</div>

This #Customization > Theme component can likely be used as reference to build a custom component to hide mute options. As it hides likes for new users

> [@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…

This one uses JS but am pretty sure should be able to use a pure CSS solution.

Here is a hide like Button with CSS

> [@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: body.category-your-category-slug:not(.group-group\_name) { button.like { display: none; } } Let me know if you have trouble understandi…

---

_[View the full topic](https://meta.discourse.org/t/allow-to-restrict-muting-users-to-tl2/372849)._
