I'm looking to do something similar to http://theswishlife.com/ in the top nav (with all the different colors), but I want the drop down menu to also have coordinating colors.
I am not using a child theme, there was too much customizing in this case. Heres the project: http://mss.2mellow.com/
I understand the CSS method of changing the main nav colors like this:
div#menu li.page-item-2 a {
color:red;
}
but I need the drop down to follow suit.
Please help!
Brandon