Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Search Function in Admin Bar

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.

Skip to toolbar