Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Adminbar font color?

  • Where would i change the font color of the admin bar? Right now its gray and can see it to well. want ot change it to white or yellow.
    or change color of the admin bar its self.

    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Line 16 of adminbar.css in /budypress/bp-themes/bp-default/_inc/css/

    You could simply add #000 to the background shorthand declaration as it’s using a trans png graphic so adding a flat colour will darken the background down.

    In doing this the general advice is to do so in a child theme otherwise your changes will be overwritten on upgrades.

    Thank You hnla … will let you know how it turns out.

    well I can change everything except the color of the admin bar it is a png file and it wont change no matter what I try on the css settings.
    so its still dark, but the background on the hover on the menus is white which makes it a little better. you can see it here http://lmh63.com/blog/

    thanks

    original:
    background: url( ../images/60pc_black.png );

    new:
    background: #000 url( ../images/60pc_black.png );

    That will darken the background right down, adjust the color of text?

    line~50:
    #wp-admin-bar li a {
    padding: 7px 15px 7px 15px;
    color: #eee; <<<<< change to ??? #F0CF35
    text-decoration: none;
    font-size: 11px;
    }

    Thank You Very Much …Your a Wizzzzzz!


    pcwriter
    Participant

    @pcwriter

    @art1c

    Have you tried my plugin?
    https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar

    Along with enabling or disabling the “Add WordPress pages” and “Add Buddypress components” features, you have complete control over the style of the adminbar in an easy-to-use UI. Just enter the colors you want where you want them, save, and you’re done. :-)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Adminbar font color?’ is closed to new replies.
Skip to toolbar