Hello,
I am trying to set the background and font colour for my main nav working. I have the hover working okay, but the menu item for the current page is only picking up the background colour and not the font color.
This is the CSS I am using:
#menu-main-menu li a:hover {background: #000; color: #dcb149;}/* This works */
#menu-main-menu li.current-menu-item { background: #000; color: #dcb149;} /* The background colour works but not the font colour */
The other small thing I would like to fix is the small (yellow) space (maybe 1px) that appears above the black background when the nav item is hovered over.
The dev URL is http://thepridhamgroup.com/leps/
Any suggestions?
