Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress Change sidebar background color Re: WordPress Change sidebar background color

#129568
jrobin747
Participant

I had to change the graphic. I did some testing. bg-main.jpg within #container was controlling the body. I deleted the graphic and the body background was transparent. So I changed the graphic to black in photoshop. that solved it

#container{
background: #000000 url(images/bg-main.jpg) repeat-y;
color: #ccc;
margin: 0 auto;
width: 920px;
}