Use of H1 vs. H2 headings in composer

Ah, I didn’t realize that! Probably explains Pfaffman’s comment that “the first level of header in a post should be an h3” [1]

The CSS hack then becomes:

button[data-name="heading-1"], button[data-name="heading-2"] {
  display: none;
}

Thanks for addressing accessiblity – I’m working on keeping that in mind.


  1. source ↩︎

3 Likes