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,

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,

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;
}
Yep great, it does the job perfectly.
Thanks a lot
Se non c’è un altro modo per nascondere le sottocategorie, mi piacerebbe aggiungere questo al mio sito. Due domande… 1) Dove esattamente viene aggiunto questo codice e 2) le sottocategorie vengono ancora visualizzate se si fa clic sulla categoria principale?
Grazie in anticipo!!
Penso che si trovi qui:
https://your.domain/admin/customize/themes/1/common/scss/edit
(per la mia configurazione, con 1 per il tema scuro, 2 per quello chiaro, ecc., dipende dal tuo tema)
sì, se ti riferisci alla pagina della categoria, questo è lo scopo di .menu-panel
@Benjamin_D grazie mille!!
Questo argomento è stato chiuso automaticamente dopo 2301 giorni. Non sono più consentite nuove risposte.