Changing the color of site navigation menu
-
Hi all,
I am trying to change to color of my site navigation – from white to black – and can’t seem to figure out the correct CSS code to do so. I managed to change the background color of my site navigation with this:
nav#site-navigation, .main-navigation .menu >.active>a {
background-color: #f7f7f7;
}Found this link but it doesn’t explain how I can target the a element to change color? https://wordpress.org/support/topic/css-to-change-nav-bar-background-menu-color-2/
Website is sookadesign.ca
Thanks in advance for your help!
-
I should also mention that the issue is only for the mobile version where the text does not show – and instead it shows a dropdown option.
- The topic ‘Changing the color of site navigation menu’ is closed to new replies.