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

#129565
hotpink
Member

Try this

.sidebar { background: #000000; padding: 0 0 36px; }

In the code you currently have, “color: #000000;” sets the TEXT color to black.