Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Seeing transparent background – not what I want

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

Skip to toolbar