Come configurare per disabilitare la visualizzazione delle Sotto-categorie nella 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 Mi Piace