I need to create a menu with different colors depending on the page , different colors ..
Thanks
You can use the page id to specify custom CSS for a specific page.
How to get the page ID: http://en.support.wordpress.com/pages/#how-to-find-the-page-id
Example:
#top.page-id-200 #header_main_alternate {
background-color: #ff00ff;
}
I hope that helps.
sorry but not working
Hi!
Thanks for the help Flikk!
@masilusiones, Flikk has the right idea. Go ahead and send us a link to your page and we’ll take a look.
For example if your page ID is 123 then you can add this to your custom CSS to change the menu to red when viewing that page.
.page-id-123 .avia-menu-text {
color: red !important;
}
Cheers!
Elliott
Hi,
I think it works, i can spend the whole code of the over menu included.
THX !!!