goobee01 1 Posted May 11 Share Posted May 11 OK, no laughing as I'm sure that I'm not calling it by its correct name but does anyone know the reference name for the 3-lines (hamburger) menu button? I'm trying to hide it and what I'm doing is not working as I would like. .paper-icon-button-light.md-icon.headerSectionItem.headerButton.headerMenuButton {display: none;} This is too aggressive as it also hides the "Play All, Shuffle and Sort by File name" buttons that I want to keep. Thoughts? On a associated tangent, is there a data dictionary for all of the elements? It would help in the identification of the elements. Link to comment Share on other sites More sharing options...
Solution Happy2Play 8873 Posted May 11 Solution Share Posted May 11 Something like this div.headerSection [title="Menu"] {display: none;} 1 Link to comment Share on other sites More sharing options...
goobee01 1 Posted May 11 Author Share Posted May 11 Awesome, thanks Happy2Play Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now