Changing "MAIN MENU" Background Color

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
Herrs24
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Apr 03, 2012 2:28 am

Changing "MAIN MENU" Background Color

Post by Herrs24 » Tue Apr 03, 2012 2:34 am

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

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28193
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: Changing "MAIN MENU" Background Color

Post by imanickam » Tue Apr 03, 2012 3:06 am

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.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

Herrs24
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Apr 03, 2012 2:28 am

Re: Changing "MAIN MENU" Background Color

Post by Herrs24 » Tue Apr 03, 2012 6:01 am

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


Locked

Return to “Templates for Joomla! 1.5”