Remove hover image from left navigation
Hello,
I am trying to remove the yellow background image from left navigation. It appears in the hover state in the items which have sub-navigation.
this is my website: http://rlc.onefireplace.com
I've been trying to get rid of it for couple of days no and I am going crazy now! Please help.
thanks!
-
Anastasia commented
that worked!
thank you very much and thanks for the tip.
-
Alexey Podolsky commented
#idNavigationContainer ul.menuLevel1 li.itemNormal:hover
{
background: none !important
}
should work.
Feel free to ask for extra help.
ps: if you use firebug for debugging, there's super useful feature to show classes for hovered or active elements. just select desired element and press triangle at "Style" tab to select :hover state.