Changing/Removing user logo from the top blue band

Hello Helical Insight,

I am using Helical Insight 4.0. Is it possible to remove or change the logo that appears on the top right corner (where there is a logout button)?

image

Thank You,
Kajipe.

Hello Kajipe,

The logo text changes as per the name of the user. When logged in, it uses the first 2 characters of the username. When logged in as hiadmin, it shows HI; when logged in as Manager, it will show MA and so on.

If you wish to remove the logo altogether, you can remove it using CSS.

Go to styles.css file located at …/hi/apache-tomcat-9/webapps/hi-ee/css

Add the following CSS in the file:

#user-icon{display:none !important}

Save the file and refresh the application in the browser. You may want to check in incognito mode to avoid cache issue.

Thank You,
Helical Insight.