카테고리 배너를 사용해도 기본 카테고리 제목이 숨겨지지 않음

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

.category-heading {
  display: none;
}
4개의 좋아요