look in the theme’s style.css for this
/* Sidebar */
.sidebar {
color:#222;
change #222 to whatever color you like – maybe #fff for white
I got a white background in the sidebar when I added the background: in the stylesheet:
/* Sidebar */
.sidebar {
background:#fff;
However, now only half of the sidebar has a background of white the bottom half is still a gray color.
http://mysite.juliefarha.com
Thanks again.
I found it. All is white now on the sidebar.
Thanks.
I am using the F2 theme. I would like to send the image background for sidebar. But could not. Image sidebar is incomplete.
http://ghiasabadi.co.cc
Thank you.