USER MENU DISABLE SETTINGS AND accessibility_settings

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?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.