Hi Community,
I am having trouble with changing the background colour for the login screen on Maximo 7.6. I am trying to change it from the default colour of dark blue to Orange.
1.
I initially referred to the following tech note:
Changing Maximo Login Screen Background ColorAs advised, I change the
ge_bkgnd.png and ge_login_bkgnd.jpg to have the required colour and reference them accordingly in the login.css file in path:\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\login\css
I built and redeployed this change. This didn't make any change whatsoever.
I then went one step further to try a manual colour change. I added the highlighted line in the body to the following:
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
margin: 0px;
padding: 0px;
background-color: #FFA500;background: #FFF url(../images/ge_bkgnd.jpg) repeat-x top left;
}
2.
I then referred to another technote:
https://www.ibm.com/support/pages/changing-background-color-maximo-login-screen-maximo-76In my case, we are using 7.6.1.2, therefore I edited the login.css file in the iot18 folder in following path(and confirmed this in the system properties also),
F:\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\login\css\iot18
I changed the login.css file which
initially looked like this.
body {
background: none !important;
}
body > div {
background: transparent;
}
I changed it to look like this:body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
margin: 0px;
padding: 0px;
background-color: #FFA500;
background-image: #FFF url(../../images/ge_bkgnd.jpg) repeat-x top left;
background-repeat: repeat-x;
}
body > div {
width: 100%;
background: transparent url(../../images/ge_login_bkgnd.jpg) top center no-repeat;
position: absolute;
}
I built and redeployed this change. This didn't make any change whatsoever either.
I then referred to a youtube video which suggested the same as the last technote mentioned.
Customize the Login Screen for Maximo 7.6Would greatly appreciate any help on this.
Kind Regards,
Paras
------------------------------
Paras Goel
------------------------------
#AssetandFacilitiesManagement#Maximo