カテゴリバナー使用時、デフォルトのカテゴリ見出しが非表示にならない

I had the same issue. You can fix that by editing your CSS:

.category-heading {
  display: none;
}
「いいね!」 4