Page 1 of 1

Changing "MAIN MENU" Background Color

Posted: Tue Apr 03, 2012 2:34 am
by Herrs24
Hi Guys,

I am having some issues changing the background color of the "Main Menu" within my template. I would like to change all of my module header background colors to be the same. However, I can't even locate the class or ID within the CSS.

The site will is: http://www.clan24.com

I would love any help you have to offer. I have been working on it and searching for fixes for hours, but no luck.

Thanks in advance,
Herrs

Re: Changing "MAIN MENU" Background Color

Posted: Tue Apr 03, 2012 3:06 am
by imanickam
The header background for the module is controlled by the following css entry that is available in the file template.css located in the directory /templates/123wd-j15-4/css.

Code: Select all

#leftcolumn h3, #rightcolumn h3 { 	
	background: url(../images/h3.png) top center no-repeat;
	width: 190px;
	height: 45px;
	line-height: 32px;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: 700;
}
As you may notice the background is an image file named h3.png located in the directory /templates/123wd-j15-4/images. You could change this image file.

Re: Changing "MAIN MENU" Background Color

Posted: Tue Apr 03, 2012 6:01 am
by Herrs24
Hi there iamnickam,

After fooling around, I did finally notice it was a png. I can't believe I missed this. I apologize for taking up your time. But I did indeed find out the rectification for this issue.

Thank you, iamnickam.

Sincerely and much appreciation,
Herrs