使用类别横幅时,默认类别标题未隐藏

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

.category-heading {
  display: none;
}
4 个赞