Cheap solution,… where you have inserted the background, add !important,
in your case:
background: url(http://crvreview.info/wp-content/uploads/2015/01/logo5.png) no-repeat !important;
Hmm, I tried that but it moves my image to the right, behind other menu links. It also hides when I hover, still.
Weird, because when i change it in Chrome dev tools from
#menu-item-4269 a{
background: url(http://crvreview.info/wp-content/uploads/2015/01/logo5.png) no-repeat;
}
to
#menu-item-4269 a{
background: url(http://crvreview.info/wp-content/uploads/2015/01/logo5.png) no-repeat !important;
}
it stays there. Otherwise i would not know what is causing this.
I’m not sure what I did wrong the first time but I just tried again and it worked. Thanks a lot!
Since it moved everything, it must have been something like missing semicolon. 🙂
NP, and have a nice day!