表示パネルからサブカテゴリを削除

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

別の方法でサブカテゴリを非表示にできない場合、この機能を当サイトに追加したいと考えています。2点お伺いします… 1) このコードは具体的にどこに追加するのでしょうか? 2) メインカテゴリをクリックしてもサブカテゴリは表示されたままですか?

あらかじめありがとうございます!!

そこにあるはずです:
https://your.domain/admin/customize/themes/1/common/scss/edit

(私の設定では、1 がダークテーマ、2 がライトテーマなど、テーマによって異なります)

はい、カテゴリページのことでしたら、それは .menu-panel の役割です。

@Benjamin_D ありがとうございます!!