Hey guys,
So I am in need of your expert help here. I’ve been searching and am close but have not found the right CSS to apply to the global CSS on this.
If you check out this website – http://bcb.5d4.myftpupload.com
Here is the area I am trying to change, so when you mouse over a sub-menu item that slight gray highlight I want to make a slight blue color. Check out attached.
I found the following code but it doesn’t do quite what I want.
x-navbar .x-nav>.current-menu-item>a,
.x-navbar .x-nav>.current-menu-item>a:hover,
.x-navbar .x-nav > li > a:hover
{
background-color:
#5faa37
!important;
}