diff --git a/web/wp-content/themes/mozilla-builders/static/scss/admin.scss b/web/wp-content/themes/mozilla-builders/static/scss/admin.scss index 5cf27b48..b0314583 100644 --- a/web/wp-content/themes/mozilla-builders/static/scss/admin.scss +++ b/web/wp-content/themes/mozilla-builders/static/scss/admin.scss @@ -49,3 +49,8 @@ div[data-align='right'] { .editor-styles-wrapper { font-family: $ff-sans; } + +// Hide H1 heading option in Gutenberg. +.block-library-heading-level-dropdown button.components-dropdown-menu__menu-item:first-child { + display: none; +}