kampester
Veteran
Just Getting Started
Member Likes (0)
Hi All,
need some help to debug an odd "color change" that occurred on my admin-bar, where the color has been altered/overrided by the following code found on the main css style page( i.e. bp-social/_inc/css/adminbar.css?ver=1.3.5)
1) On Admin pages the css reads:
div#wp-admin-bar, div#wpadminbar {
background: none repeat scroll 0 0 #FFFFFF !important;
z-index: 9999;
}
2) on member pages the css reads:
div#wp-admin-bar, div#wpadminbar {
z-index: 9999;
background:
white none !important;
}
I tried to disable all pluginss, disabled my CDN/Caching and deactivated all my custom codes.
I can not seem to identify what is changing the css background value for admin-bar.
Thoughts?
Thanks
Erik

Responses (3)
Support Kangaroo (joined March 2011) Likes (0)
Greetings Erik,
i believe the file that is causing your dismay is the bp-global-adminbar-css.php in the mu-plugins folder.
You can simply delete it to return the admin bar back to normal or change it to become the color that you prefer.
Please advise if this resolves your issue.
Cheers, Joe
Member (joined March 2012) Likes (0)
Hi Joe
When I delete file - the soocial-child-theme breaks
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
bp-social-child Stylesheet is missing.
Member (joined March 2012) Likes (0)
Joe - got it.
Yes your solution worked, I did a bit too much testing, and noticed that I had deleted the css file for the child-theme, when I restored the admin bar was restored.
Thanks!
ERik
Become a member