Interviewer - Server Admin > Customizing UNICOM Intelligence Interviewer - Server Admin > Replacing the UNICOM Intelligence logo with a customized logo > Logo on the UNICOM Intelligence Interviewer - Server Admin login screen
 
Logo on the UNICOM Intelligence Interviewer - Server Admin login screen
1 Remove the read-only setting on Shared\Login\Images\logo.png.
2 Copy your customized logo into this folder.
Changing the panel color
If your logo has a different background color to the usual dark blue, you may want to change the color of the top panel on the UNICOM Intelligence Interviewer - Server Admin screens so that it matches the logo's background. This ensures a solid band of color across the top of each screen, as is the case with the default logo. To change the panel color, do this:
1 Remove the read-only setting on Shared\Login\Default.aspx.
2 Open the file, and then find this line:
<td align="left" colspan="3" class="DarkBlueBackground">
3 Replace DarkBlueBackground with the class name of the color you want to use (for example, PinkBackground).
4 Save and close the file.
5 Remove the read-only setting on Shared\spssmrNet.css.
6 Open the file and add the definition of the color class you have just used in Default.aspx. For example:
.PinkBackground
{
  background-color: #FFC0C0;
}
7 Save and close the file.
See also
Replacing the UNICOM Intelligence logo with a customized logo