로그아웃 버튼 숨기기

You can! You can’t edit existing code, but you can add CSS to themes, from Admin > Themes & components

To hide it from the dropdown menu in the header you can add

.user-menu.revamped #quick-access-profile li.logout {
  display: none;
}
4개의 좋아요