Hide the logout button

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 Likes