Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Activity Stream and Profile Background Color

  • @boki88

    Participant

    Hi,

    I use the new Gauge Theme from GhostPool and I did some customization, like changing Backgroundcolor and Fontcolor of the site to black/white (from white/black). The problem is that BudyPress didn`t change the backgroundcolor of its boxes, which now have white background and white text.

    This is an example:

    http://anibusters.com/die-letzten-aktivitaeten/

    I want to change those boxes to grey and change the font color into black. How do I do that? I have looked into the plugin css but couldn`t find the right file. I have no coding experience, so writing a new code and inserting it into the css editor is no option 🙁

    And there seem not to be any theme styling options that would change this.

    I hope someone can help me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @tanner-m

    Participant

    Hello @boki88! Unfortunately it sounds like theme you are using does not have the ability to change those BuddyPress styles without some custom coding. Fortunately, it looks like you have Jetpack enabled and Jetpack has a CSS editor where you can enter custom styles without having to edit code in the theme files.

    Go to the edit css page (http://anibusters.com/wp-admin/themes.php?page=editcss) and enter the following style:

    .gp-theme #buddypress #activity-stream p { color: black; }

    @tanner-m

    Participant

    I hope that helps!

    @boki88

    Participant

    @Tanner Moushey Thank you very much! It helped a lot! Now i think i know how to change the background color, too 🙂

    Cheers,

    Boki

    @tanner-m

    Participant

    Super! Glad that helped!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Activity Stream and Profile Background Color’ is closed to new replies.
Skip to toolbar