Standard-Kategorienüberschrift wird nicht ausgeblendet, wenn Banner verwendet wird

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

.category-heading {
  display: none;
}
4 „Gefällt mir“