Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress Activity Stream Background Color


  • jrodriguez1987
    Participant

    @jrodriguez1987

    The buddypress activity stream has a white background and white text so nothing can be read. Is there a simple CSS code I can add to my site to change the background color in the activity stream from white to black?

Viewing 2 replies - 1 through 2 (of 2 total)

  • macek72
    Participant

    @macek72

    Has anyone solved it?


    lkhlc
    Participant

    @lkhlc

    Try this in your footer

    
    <script>
    jQuery("body").css("background-color","blue");
    </script>
    

    Of course choose your own color. And use the body tag as a place
    to put whatever the wrapper is on your page if not footer

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar