如何禁用主页上的类别?

您可以通过添加一些 CSS 来隐藏该下拉菜单,如果您想这样做的话

.category-breadcrumb .category-drop {
  display: none;
}

请查看 Making custom CSS changes on your site

4 个赞