إزالة الفئة الفرعية من لوحة العرض

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 شكرًا جزيلاً لك!!