كيفية إعداد تعطيل عرض الفئات الفرعية في بطاقة الصندوق:

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

.category-boxes .subcategories {
    display: none;
}
إعجابَين (2)