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;
}
「いいね!」 2