Remove App Launcher

Hi all,

I would like to remove App Launcher totally from the top left corner of UX, is it possible?

I have already removed all the apps that may go to the App Launcher, but the App Launcher icon is still there on the top left.

Regards

Tat

We hid it using the CSS override below in custom-styles.scss:

.nav.navbar-nav.navbar-left.navbar-iconic .applauncher-pf {
  display: none !important;
}
1 Like