Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,708
- Creating & Extending
- 25,796
- Requests & Feedback
- 9,502
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,180
-
In your theme’s CSS file, you need to declare this:
#wp-admin-bar ul.main-nav li.align-right:hover{
background: none !important;
}
That should do it, as long as you have not modified the code above at all.