Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wp-admin-bar only shows ‘delete group’ under admin options?


Dwenaus
Participant

@dwenaus

add this code to your Buddypress child theme style.css :

#wp-admin-bar .padder { background-color: #333; background-image: none; }

and if you want it to go full wide then use this instead
#wp-admin-bar .padder, #wp-admin-bar { background-color: #333; background-image: none; }

does anyone know the answer to why admin menu in the admin bar only ever shows ‘delete group’ it seems like it could show call the group admin options.

Skip to toolbar