exentre
What would I do to change the background color for the sidebar?
I can't figure it out in Firebug, I've checked style.css, "skins > red > style.css", custom.css, etc.
The weird part:
In custom.css, if I do:
.sidebar-1 {background: #000;}
.sidebar {background:#000;}
The sidebar background changes to black (#000;). BUT, if I change .sidebar and .sidebar-1 to {background: #fff;}, it changes it to #fcfcfc;.
This is an issue because I have pictures with white backgrounds and you can see the difference in the whites at the pictures edges.
I can't figure it out in Firebug, I've checked style.css, "skins > red > style.css", custom.css, etc.
The weird part:
In custom.css, if I do:
.sidebar-1 {background: #000;}
.sidebar {background:#000;}
The sidebar background changes to black (#000;). BUT, if I change .sidebar and .sidebar-1 to {background: #fff;}, it changes it to #fcfcfc;.
This is an issue because I have pictures with white backgrounds and you can see the difference in the whites at the pictures edges.
Comments
all details about sidebar background color you can read on http://forum.muffingroup.com/betheme/discussion/473/sidebar-background-colour-and-line-removal-widget-after
Thanks!