changing font color of drop down menu in twenty twelve
-
Hi there,
I’m a novice wordpress user and recently succeeded in changing the font colors of the main navigation menu when hovering in the twenty twelve theme. In order to keep the parent hover color the same when navigating the drop down menu I added the following code using Appearance → Custom Design → CSS editor:
.main-navigation li:hover a {
color: #DD1870;
}
But I just cannot solve the following issue (despite trying firebug and reading many many past forum posts), so I hope someone can give me a suggestion to solve it. So what I would like is to swap the colors of the drop down menu when activated (which now is this pink color) to the color when you hover over it (a grey color) and vice versa. So that the net result is the grey font when the drop down menu is shown ( which in my particular case is by hovering over the main navigation tab “po?zie”) whereas if you hover over the drop down menu items the font turns pink.
My website is: dwarsliggersschrijven.nl
Any help is greatly appreciated!
- The topic ‘changing font color of drop down menu in twenty twelve’ is closed to new replies.