Wie man die Anzeige der Unterkategorien in der BOX CARD deaktiviert konfiguriert

image

How to change the configuration of the CARD which is shown in Box CARD, to avoiding showing Sub categories

.

I see, in few categories -BOX card it shows Sub-categories and for few it doesn’t show -in both cases sub categories exists…unable to know where the configuration exists to disable the sub categories showing inside category 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 „Gefällt mir“

Hello Lilly,

Thank you very much it worked as intended to hide the sub-categories within the card.

1 „Gefällt mir“

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.