Skip to:
Content
Pages
Categories
Search
Top
Bottom

Admin Bar annoyances


  • Daniel
    Participant

    @emergentthought

    Hello,

    I just installed BuddyPress onto my blog. I have two issues with it and I am hoping that someone who is more tech savvy can help me resolve them since I don’t know how to read CSS or PHP languages.

    First, how do I immobilize the BP admin bar to the top of the page? I know that BP automatically comes with a moving admin bar that follows you as you scroll. But I would like to make it stick to the top of the page. I saw some websites that made it stick so I would like to do the same.

    Second, the font color in the admin bar on my particular website becomes dark grey and unreadable. Please see my site, http://www.emergentthought.com, to see what I’m talking about. How do I change the font color of the admin bar?

    Thanks so much!
    Daniel

Viewing 1 replies (of 1 total)
  • Daniel, technically you should have labeled that link to your site as NSFW or PNSFW.

    The adminbar is controlled from the adminbar.css stylesheet located in the bp-default themes _inc/css/ folder

    You would need to change #wp-admin-bar from position:fixed; to position:absolute;

    References to link colours can be found by scrolling down and looking for ‘#wp-admin-bar li a’ ‘color:#eee;’ and changing it to something more suitable.

Viewing 1 replies (of 1 total)
  • The topic ‘Admin Bar annoyances’ is closed to new replies.
Skip to toolbar