Customize Login Page Helical Insight 5.0

Hello, We have recently migrated to Helical Insight 5.0. Just like previous version we will use this application within our own website and need to change the login page to blend in with our application theme. We need detailed steps for changing logo and main page images (highlighted images). We have disabled the ‘Default Admin’ and ‘Default User’ button with blogs but do not know any further.

image

Thank You,
Netta.

Hello Netta,

you can change look and feel of the entire login page. However, you asked to change two images specifically so sharing those points.

  1. Steps to below followed to change logo image :

A. Open the below server path :
……/hi/apache-tomcat-9/webapps/bi-ee/images/hi-loginPageImages
B. Upload your own logo image with name “logo.svg” ( override existing image)

  1. Steps to be followed to change main image (larger image) :

A. Open the below server path :
……/hi/apache-tomcat-9/webapps/bi-ee/images/hi-loginPageImages
B. Upload your own logo image with name “log_placeholder.png” ( override existing image)

 Refresh the Helical Insight application url , you can see the changed images :

image

Similarly if you would like to hide the text “Visualize, Analyze, Be Wise” in version 5.0 then we can hide using css only

.login-page-text{display: none !important}

need to add this above code also in “customize.css”
image

Thank You,
Helical Insight.