Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can someone tell me exactly what file(s) I edit to make this work? Of course outside buddypress directory to prevent upgrades overwriting existing files. I use bp 1.2.7

    Your directions are too advanced for me if some one can break this down much simpler. First grade style.

    Dave

    Ok if you can please bare with me as I am not a css expert

    I went to my current theme’s folder style.css (only snippets shown below) in root and I added that line you recommend just below the body as seen here just to see the initial change but no changes took effect. I even tried the absolute url path and also removed the ../ before images to be sure just for experimentation but still no results. Actually the background is in the same dir so I assume images/contentwrap-background.png should have pointed correctly.

    body {
    background: #58254a url(images/background.png) top left repeat-x;
    }

    #wp-admin-bar .padder {
    background: #FFFFFF url(“../images/contentwrap-background.png”) repeat-x ;
    }

    Thanks
    Dave

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar