How might I drop a background color into a sidebar?
'preciate any suggestions you might have.
Thanks.
How might I drop a background color into a sidebar?
'preciate any suggestions you might have.
Thanks.
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.
This topic has been closed to new replies.