Hey Allen,
The CSS for the admin bar is located here:
/wp-content/plugins/buddypress/bp-core/css/admin-bar.css
Look for these lines:
#wp-admin-bar li * {
font: 12px normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
font-weight: normal !important;
background-image: none !important;
}
#wp-admin-bar li a {
padding: 5px 25px 7px 15px !important;
font: 12px normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
font-weight: normal !important;
}
#wp-admin-bar ul li a {
display: block !important;
font-size: 12px !important;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
text-decoration: none !important;
color: #fff !important;
}
Thanks…that worked…seems odd that the style id is different in the css that whats in the code..oh well