Add this at the bottom of your theme’s style.css
#navigation #nav li a {
background: #333 none;
}
#navigation #nav li a:hover {
background: #222 none;
}
Hey thanks, I couldn’t find this post any more (I think there’s a problem with my activity/forums/topics pages here on buddypress.org…
Whoopie! Looks like that exactly did the trick… It seems there are no comparable lines in the default.css of bp-default, which could explain why I couldn’t find it. (Obviously don’t have enough ability with CSS to know what I’m doing… … )
Actually the comparable line == #nav li a ==
I just added #navigation before that to add more weight to override style/s.
Marking this as resolved.
Thanks; I figured out also that I could just use “#nav li a”.