# Can I disable or remove the Dislike? 👎

**URL:** https://community.glideapps.com/t/can-i-disable-or-remove-the-dislike/30556
**Category:** Ask for Help
**Created:** [August 16, 2021, 6:17pm UTC](https://community.glideapps.com/t/can-i-disable-or-remove-the-dislike/30556 "2021-08-16T18:17:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Dcnkv5](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dcnkv5/32/14365_2.png) [@Dcnkv5](https://community.glideapps.com/u/Dcnkv5)
#### Post date: [August 16, 2021, 6:17pm UTC](https://community.glideapps.com/t/can-i-disable-or-remove-the-dislike/30556/1 "2021-08-16T18:17:00Z")

</div>

I’m building a feed that should feel closer to Instagram and Pinterest rather than Reddit. Is there a way to disable the Dislike option of the Like Component? (Css maybe?)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/a/aa742c55f1c4104d80131a1162f11d53cfe0fa69.png)

The option to display Likes is great too. Perhaps there is some Math I could do to avoid displaying anything below 1?  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/9/e9134fac83d700e7ac2122c43033cf89fd9ab4cf.png)

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [August 16, 2021, 8:57pm UTC](https://community.glideapps.com/t/can-i-disable-or-remove-the-dislike/30556/2 "2021-08-16T20:57:49Z")

</div>

Hey, @Dcnkv5!

Maybe this can help you.

> [@Rollup Likes](https://community.glideapps.com/t/rollup-likes/18376):
>
> Rollup likes using actions while limiting to one like per user. The action is configured as shown where the Like Counter is the actual counter and the “Liked By” Column is a user specific column where I am incrementing the user’s ID from their profile (It’s a basic number assigned to each user using a formula like =arrayforumla(row(A2:A)) I use this user-specific column to define the visibility of the button outside so that one user cannot like a post twice. [image]

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 16, 2021, 11:07pm UTC](https://community.glideapps.com/t/can-i-disable-or-remove-the-dislike/30556/3 "2021-08-16T23:07:27Z")

</div>

As Lucas noted above, Manan’s approach is much more cleaner in terms of data. You can also control the global/user-specific things in Manan’s approach, while the like/dislike component, if I recall right, only works in a single cell.
