Nav Menu Color when mouse hovers sub menu
-
Hi Weblizar_Support,
Pardon me but I’ve gone through every support thread involving the nav menu. In which many of them say resolved. After experimenting with the many solutions, I’ve only kept the following:
.navbar-default .navbar-nav > li a {
color: #ffffff;
background: #4c0c54;
font-family: Open Sans, sans-serif;
box-shadow: 3px 3px 3px #4c0c54;
-webkit-box-shadow: 3px 3px 0 #81d742;
-moz-box-shadow: 3px 3px 0 #000000;
}
.navbar-default .navbar-nav > li a:hover {
color: #ffffff;
background: #81d742;
font-family: Open Sans, sans-serif;
box-shadow: 3px 3px 3px #4c0c54;
-webkit-box-shadow: 3px 3px 0 #4c0c54;
-moz-box-shadow: 3px 3px 0 #000000;
}
These are the only ones seeming to have any effect at all.By default everything is showing perfectly EXCEPT THE ACTIVE HOME BUTTON (BLUE) and when I HOVER THE MOUSE OVER THE SUBMENU, however, THE PRIMARY NAV MENU DEFAULTS BACK TO BLUE.
Is there something I’m missing or another solution? Please help!
- The topic ‘Nav Menu Color when mouse hovers sub menu’ is closed to new replies.