Hiding the server name from users in the Lotus iNotes Sidebar

Hello,

I’ve received a request from a customer to hide the mail server name from users in the Lotus iNotes interface (located in the upper portion of the navigation sidebar, below the username).

Now I’ve been looking through all the forms and subforms of the mail85.ntf and Forms85.nsf databases to no avail. Can this be done? If so, what steps should i take?

Subject: Hide the element

You can hide the e-servertitle element by adding the CSS class s-nodisplay. The e-servertitle element is in the ServerTitleAndMailQuota_SkinComponent_Lite skin component, which is a subform in the Forms85.nsf file.

For future reference, you can use a DOM inspector tool such as Firebug to figure out the elements on the page.

Subject: Re: Hide the element

Thanks, worked perfect after restarting the server.