# So legen Sie fest, welche Optionen für das Melden verfügbar sind?

**URL:** https://meta.discourse.org/t/how-to-set-which-options-are-available-for-flagging/83213
**Category:** Support
**Created:** [17. März 2018 um 18:39 UTC](https://meta.discourse.org/t/how-to-set-which-options-are-available-for-flagging/83213 "2018-03-17T18:39:38Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![khenmu](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/khenmu/32/108976_2.png) [@khenmu](https://meta.discourse.org/u/khenmu)
#### Post date: [12. Oktober 2022 um 21:32 UTC](https://meta.discourse.org/t/how-to-set-which-options-are-available-for-flagging/83213/9 "2022-10-12T21:32:47Z")

</div>

@Rahim123 Dies sollte durch benutzerdefiniertes CSS lösbar sein.

Ich würde erwarten, dass etwas wie das Folgende gut funktioniert;

```css
.controls.off_topic {
    display: none !important;
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-set-which-options-are-available-for-flagging/83213)._
