홈페이지에서 카테고리를 비활성화하는 방법은?

You can hide that dropdown with a little CSS, if that’s what you’re looking to do

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

Check out Making custom CSS changes on your site