Take off the sub catégorie on the display panel

Hi all,

I hope you are well. Could you let me know how to only display catégories and not the sub-catégorie. Here is below what i have which look messy in my opinion.

Many thanks for your help,

33

I don’t think there’s a setting for that but I could be wrong.

In case there isn’t, you can use this to hide subcategories:

.menu-panel li.subcategory {
    display: none;
}

Capture

Yep great, it does the job perfectly.

Thanks a lot

Если нет другого способа скрыть подкатегории, я хотел бы добавить это на свой сайт. Два вопроса… 1) Куда именно нужно добавить этот код? 2) По-прежнему отображаются ли подкатегории при клике на основную категорию?

Заранее спасибо!!

Думаю, это будет там:
https://your.domain/admin/customize/themes/1/common/scss/edit

(для моей настройки: 1 — тёмная тема, 2 — светлая и т. д., зависит от вашей темы)

Да, если вы имеете в виду страницу категории, то в этом и заключается назначение .menu-panel.

@Benjamin_D огромное спасибо!!