After creating a fixed navigation bar, I noticed an issue with the text color not changing when hovering over the "Main Menu" and then navigating to the sub-menu. Any ideas on how to fix this?
#nav-top > ul > li > a:hover, .nav-top-menu-button:hover {
background-color: #fff;
color: #000;
}
JSFiddle: https://jsfiddle.net/owboLy2s/1/