Example - Change the Background Color in the IBM Cognos Connection Main Header

Suppose you want to change the background color used in the IBM® Cognos® Connection header.

Open the c10_location/webcontent/skins/style/shared/banner.css file in a text editor and, in the code specified below, change the value shown in bold font as required.

mainHeader1
{
	border-right: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	background-color: #669966; 
	height: 25px;
	background-image: url(Images/title_bar_grapic.gif); 
	background-repeat: repeat-x; 
	background-position: top; 
}