# Alternative commenting

**URL:** https://community.glideapps.com/t/alternative-commenting/79956
**Category:** Ask for Help
**Created:** [February 10, 2025, 12:46pm UTC](https://community.glideapps.com/t/alternative-commenting/79956 "2025-02-10T12:46:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![dorthe\_petersen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dorthe_petersen/32/71764_2.png) [@dorthe\_petersen](https://community.glideapps.com/u/dorthe_petersen)
#### Post date: [February 10, 2025, 12:46pm UTC](https://community.glideapps.com/t/alternative-commenting/79956/1 "2025-02-10T12:46:09Z")

</div>

I’ve made an alternative comment compoI’ve made a different kind of comment feature, but I just can’t get the bottom two lines to disappear.  
I’ve read about “read only”, but can’t find it.

 ![comments](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/5/e5787e87ebc361408058ef30020c717c2395ce54.jpeg)

---

<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: [February 10, 2025, 11:02pm UTC](https://community.glideapps.com/t/alternative-commenting/79956/2 "2025-02-10T23:02:27Z")

</div>

What do you mean by “alternative”? Do you mean the use of your form container?

 ![CleanShot 2025-02-11 at 06.00.45](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/2/52f300d1d180b42904e83b3c941a8196ec4812f8.png)

If you want to remove the “comments are restricted” part, you have to be on a paid plan to use CSS.

```auto
form[class*="form-disabled"] {
display: none;
}

```

 ![CleanShot 2025-02-11 at 06.02.10](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/7/57a2a860a70a8880ed1a1b0497c2c55b0d8292ac.png)

---

<div class="post-metadata">

### Author: ![dorthe\_petersen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dorthe_petersen/32/71764_2.png) [@dorthe\_petersen](https://community.glideapps.com/u/dorthe_petersen)
#### Post date: [February 15, 2025, 9:38am UTC](https://community.glideapps.com/t/alternative-commenting/79956/3 "2025-02-15T09:38:18Z")

</div>

Yes to use of form container.  
I am on a paid plan.  
Have tried to insert the css, but it stil show

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/1/11830fa8e85d1f7e4f8159ddfa9eff5bf0a46527.png)

---

<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: [February 15, 2025, 9:50am UTC](https://community.glideapps.com/t/alternative-commenting/79956/4 "2025-02-15T09:50:56Z")

</div>

You must enter that in Settings \> Appearance \> Custom CSS and enable “Preview Custom CSS”.

The field you’re showing is for assigning custom CSS classes, not for the actual code.
