BOX CARD에서 하위 카테고리 표시를 비활성화하는 설정 방법:

In common/css tab of the Custom CSS/HTML section of a theme or theme component, put this:

.category-boxes .subcategories {
    display: none;
}