如何配置以禁用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 个赞