Being a beginner in Wordpress, I am trying to figure out how to hide the help button on the top right of the dashboard in the admin backend without resorting to plugins or code removal. My plan is to simply add display:none
to a CSS file, but I am having trouble pinpointing the exact location for this within a .css
file. Any guidance would be greatly appreciated.