Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forcing White Background Color on all BP pages?

  • @pauliep

    Member

    I looked and unfortunately I couldnt find what I needed – I am new to all this so I dont know much about code and CSS etc.

    My theme requires a bit extra work to make BP pages appear correctly. All BP pages seem to show up with transparent background due to my theme, so I need to find out what files to edit (and with what code) to force a white background on BP pages? is it the template files or the CSS (I am using BP template pack).

    Links are below. What files should I be editing to make sure there’s a white background on BP pages? Thanks.

    How pages and stories normally appear (white background)
    http://www.txmma.com/?p=3075

    How buddypress appears (no white background, want to force one though):
    http://www.txmma.com/wordpress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • @xevo

    Participant

    html, body { background: #fff !important; }

    Cant get it easier then that.

    @pauliep

    Member

    Thanks. just to be clear since I’m still figuring it out, I’d be editing each of the php files in the BP template pack with this body tag, that is, the files at the bottom of the post? or am I adding it to the bp.css CSS file in the Buddypress Template Pack directory? Thanks

    * /activity/index.php
    * /blogs/index.php
    * /forums/index.php
    * /groups/index.php
    * /groups/create.php
    * /groups/single/home.php
    * /groups/single/plugins.php
    * /members/index.php
    * /members/single/home.php
    * /members/single/plugins.php
    * /registration/register.php

    @pauliep

    Member

    “html, body { background: #fff !important; }”

    Hmm I tried this it makes the whole page background white… I just want the post block / center column to be white…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forcing White Background Color on all BP pages?’ is closed to new replies.
Skip to toolbar