changing color of a block or entire column

Permalink
I am using the free pygmalion theme. On the left side there is a sidebar that is orange. I would like to turn it a different color. How would I do that. Im not sure what it is really called so I didnt do a search. Its made up of several blocks. Its like the back ground for the column. Help would be appreciated.
Jim

 
Stormyj replied on at Permalink Reply
BUMP
enlil replied on at Permalink Reply
enlil
If you can share a link I could send you in the right direction
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Your sidebar colour is made up from images, if you take a look in the themes "img" folder you will see the images.
Steevb replied on at Permalink Reply
Steevb
The orange background is an image, you will have to remove the image reference and replace with a hex code.

In the main CSS file lines 147 to 159 are calling the images, remove those lines.

Line 107 (#sidebar-left) has no background set, so give it a colour (background:#eee). If you need a radius add something like (border-radius: 1em) as well.