The easiest method would be to identify each button with a different id, and set the color by id in your style sheet. I generally build my dropdown's by using a jquery script online (since I'm not a programmer and thus not too familiar with jquery lol), so maybe something like this is what you're looking for:
My understanding of CSS is very minimal, i would have no idea where to start with that, or if its possible in wordpress. As i am using a widget at the moment for the menu.
I wouldn't know which file to edit. I'm assuming it would be the stylesheet?
You'll want to define the id in the .css file (which is the style sheet), then label the menu's <li> items in the .html (or .php, etc.) fiel where the menu items are contained.
Say if you defined the id in the style sheet as #red, in the html file you'd mark it up as <li id="red">
Jenta Admin replied
711 weeks ago