Skip to:
Content
Pages
Categories
Search
Top
Bottom

3 css things i’d like help with

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

  • 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.

    That is perfect, thank you

    Looks like i’ll just play with the images in the folders :)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘3 css things i’d like help with’ is closed to new replies.
Skip to toolbar