Is it supposed to have a white background, or did I mess something up?
How can I get rid of it?
You make a good point. XD
ul.level2 {background-color: transparent !important;}
ul li {background-color: transparent !important;}
The part that hovers is transparent, yea, but the part that actually says # Friends Online still has a white background.
It's supposed to have a white background
ul.level2 {background-color: !important;} ul li {background-color: !important;}
That should work.