# Use of H1 vs. H2 headings in composer

**URL:** <https://meta.discourse.org/t/use-of-h1-vs-h2-headings-in-composer/397100>\
**Category:** Support\
**Tags:** composer\
**Created:** [February 25, 2026, 6:18pm UTC](https://meta.discourse.org/t/use-of-h1-vs-h2-headings-in-composer/397100 "2026-02-25T18:18:18Z")\
**Posts on this page:** 1\
**Showing post:** 15

<div class="post-metadata">

**Author:** ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)\
**Post date:** [February 26, 2026, 10:34am UTC](https://meta.discourse.org/t/use-of-h1-vs-h2-headings-in-composer/397100/15 "2026-02-26T10:34:13Z")

</div>

Also: I just noticed this interesting old discussion where it’s suggested that headings should only be used in topics, and disallowed in replies: [Disable headers in replies like h1 and h2](https://meta.discourse.org/t/disable-headers-in-replies-like-h1-and-h2/81775)

If that’s of interest to anyone, this little snippet totally hides the “TT” headings icon in the composer _only when replying_:

```css
.composer-action-reply button.heading {
  display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/use-of-h1-vs-h2-headings-in-composer/397100)._
