Corporate LTD Different main menu item colors

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon May 31, 2010 1:28 am
Hi,

This is my first post on this forum. Loving my template and am trying to customize the template to my website.

I been trying to change the background color of 1 of my main menu item to different color from the rest and have done some findings on my own.

Css code for suckerfish.css

div#horiz-menu li.level1{
padding:0 10px 0 0;
margin:12px 0 0 0;
height:36px;
line-height:24px;
}


My button is linked to article no.97 so just to change the background color of that main menu item I tried this.

div#horiz-menu li#97.level1 {
margin:12px 6px 0 0;
padding:0;
border:0;
height:36px;
line-height:24px;
background-color:#FF0000;
}


and

div#horiz-menu li.97 {
margin:12px 6px 0 0;
padding:0;
border:0;
height:36px;
line-height:24px;
background-color:#FF0000;
}


But it didn't work. Can anyone help me with this css problem?
I have attached an image so you guys can understand my problem better.
I am trying to change the background color of the quote button to red.

Thanks!
Would really appreciate any help as I am not really good in advanced css.
User avatar
Fresh Boarder

GK User
Thu Jul 22, 2010 10:37 pm
You see, this is design. The template you bought doesn't have design elements, so asking for support on design stuff, which the templates don't have, is not possible.

Makes sense? Ok good.
User avatar
Fresh Boarder

GK User
Thu Jul 22, 2010 11:37 pm
Hi

I'm afraid it's not possible to style individual menu item using Suckerfish menu script. When this template will be recoded to the new T3 Framework, using Mega Menu, them it's possible and very easy to do it.

Cheers
User avatar
Platinum Boarder

GK User
Thu Jul 22, 2010 11:40 pm
Hi,

Mega menu is the way to go, this will be awesome!

Thanks
User avatar
Fresh Boarder


cron