Viewing 1 replies (of 1 total)
  • It depends on how your theme is coded. Take a look at the style.css file and search for something like #sidebar. Then you can just add background: #——; where the dashes are the 6 digit hex code for your color.

    So, you might have something like this:

    #sidebar {
    background:#ffffff;
    }

    If you post a link, we can tell you exactly what to do.

Viewing 1 replies (of 1 total)
  • The topic ‘bg color in sidebar possible?’ is closed to new replies.