Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 3 css things i’d like help with


Wardee
Participant

@wardeh

In buddypress-home > css, rename the custom-sample.css as custom.css.

Then add these lines to it and save:

body {

background:#000000;

color:#FFFFFF;

}

.widget ul.item-list li, .activity-list {

background:#000000;

}

.activity-list li blockquote {

background:#000000;

}

.activity-list {

border:none;

}

Some other thing may need changing, too; I don’t know what you want. All the widget titles have background colors. Also the link color might not be what you want.


For the header fill in your amount of pixels and the name of your logo file (put it in buddypress-home > images).

#header h1 {

background:transparent url(../images/your-logo.gif) no-repeat scroll left top;

height:–px;

width:–px;

}

You’ll have to do the same with buddypress-member > css. Rename custom-sample.css to custom.css and add the header bit, as well as any color changes.

Who knows what else may come up. Post if you need help with anything else.

Skip to toolbar