Cómo configurar para desactivar la visualización de las Subcategorías en el 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 Me gusta