Hide Shortcut Menu

Hey all, is there a way to hide the Shortcut menu option on the hamburger menu?

My audience is niche and that will probably intimidate them. Thanks

Look at this code if I understood correctly:

a.toggle-hamburger-menu {
    display: none;
}
1 Like