Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Modifying font size of admin bar


r-a-y
Keymaster

@r-a-y

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;
}

Skip to toolbar