Main Menu Colour seperation for menu, sub menu

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Aug 11, 2010 8:14 am
Hi,

I would like to know how am i able to make the menu on the right ( see attached image ) to display the menu and submenu and subSub menu in diffrent colour so its easy to know what is the main menu and sub menu and so on.

this is most likely from the css but i dont know how to do it.

Also ther might be better options that you can tell me that it can be done.
User avatar
Fresh Boarder

teitbite
Thu Aug 12, 2010 2:35 pm
[center]Image[/center]

Hi

Please use firebug to see what the class names for submenus are and change the color in css files.
User avatar
Moderator

teitbite
Fri Aug 20, 2010 12:43 pm
Hi

I'll give You a tip. All should be made using:

li { background-color:#000000; }
li li { backgroung-color:#111111; }
li li li { backgroung color:#222222; }

If You want to have every element in diffrent color than You must choose the menu type which has a diffrent class for each element (e.g. class="item202").
User avatar
Moderator


cron