Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am newbie to wordpress. In wordpress I have made a menu using mega menu plugin. But my requirment is to make a menu with different color in different tabs. Just like this site menu so tell me how to that.Welcome to any kind of suggestion.

share|improve this question
Are you able to use CSS3 for the menu (with a fallback of course), or does the project require that the menu look the same for users of older browsers? – m0r7if3r Jan 10 '12 at 2:38
@user159377 Is this question still relevant for you? – Brian Fegter Feb 9 '12 at 7:14

closed as off topic by toscho Jul 5 '12 at 21:30

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

i found something for you but not exactly you want..Style Menu.. It May be Help you better.

share|improve this answer

and this also help while developing... Useful Link. .. Just try this..

#access #menu-item-105 a:hover {background-color:#f00;}
#access #menu-item-593 a:hover {background-color:#0f0;}
#access #menu-item-557 a:hover {background-color:#00f;}
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.