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 não houver outra maneira de ocultar subcategorias, gostaria de adicionar isso ao meu site. Duas perguntas… 1) Onde exatamente esse código é adicionado e 2) as subcategorias ainda aparecem se você clicar na categoria principal?
Obrigado antecipadamente!!
Acho que seria ali:
https://your.domain/admin/customize/themes/1/common/scss/edit
(para minha configuração, com 1 para o tema escuro, 2 para o claro, etc., dependendo do seu tema)
sim, se você estiver se referindo à página da categoria, esse é o propósito de .menu-panel
@Benjamin_D muito obrigado!!