#69738
 tmh23
Participant

Radu,
You also helped me with some code above… see July 14th. It works perfectly but wondering about having the selected menu item show as the gray color. Currently the hover color goes gray but the selected menu item goes back to the green. I’ve included the code I’m using below and two screen shots to illustrate.

Thanks,
Troy

#buddypress #item-body #subnav ul li { background-color :transparent; padding:0px;margin-right:3px; border-radius:2px !important}
#buddypress #item-body #subnav ul li a { color:#339933;font-weight:bold; line-height:1em }
#buddypress #item-body #subnav ul li#new-personal-li {background-color:f7f7f7; line-height:1em;padding:2px;border-radius:2px !important}
#buddypress #item-body #subnav ul li:hover{ background-color:#f7f7f7; }
#buddypress #item-body #subnav ul li a:hover{ color:#666; }

Log in with your credentials

Forgot your details?