How do I change the colour of the dropdown arrow in the nav?
-
Hi guys,
I’ve created a child theme and have pretty much done a ‘find&replace’ to change the blue that’s used for links throughout the site. However, I can’t seem to change the colour of the downward-pointing arrow in the main navigation.
I’ve used Firebug to inspect the element and I can’t seem to find the reference to the colour.
***Sorry, I figured this out just after posting – the code is below for anyone googling this issue***
.navigation-classic .primary-navigation .menu-item-has-children:before {
color: #DESIREDCOLOUR;
}.navigation-classic .primary-navigation .menu-item-has-children:before:hover {
color: #ffffff;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do I change the colour of the dropdown arrow in the nav?’ is closed to new replies.