fiogf49gjkf0d You could hide the div that this appears in by modifying the base/master master page. Near line 421 (in 7.5.3) there's a div named "center_panel_north_content". Inside of this is another div named "localTitle". Yopu can add the following to hide teh enetiy title and graphic:
style="visibility:hidden"
However, this will not save any real estate as teh group button is also on that same line. You would have to hide the entire panel, which would not allow the use fo teh "Groups" button on the right hand side of the page. Other work would be needed to move everything else up if you wish to take this route.
Also note that you will have to re-apply these customizations for every upgrade. In short, I would reccomend against it. |