I’m trying to remove the user,
configurations and accessibility_settings menu option through custom css with the command
[data-id=“accessibility_settings”] {
display: none;
}
[data-id=“settings”] {
display: none;
}
But nothing happens. Can anyone help me?