I have had a look at the css. style sheet and changed all sorts of color numbers, but cannot find the one bit of code that will change the actual background color of the single sidebars. Where is it? How can I do it?
I have had a look at the css. style sheet and changed all sorts of color numbers, but cannot find the one bit of code that will change the actual background color of the single sidebars. Where is it? How can I do it?
This problem is still not solved. This must be possible, but how?
my goodness petra, did you find out the answer to this? it's the same problem i'm having...
PetraW,
Are you referring to the ProSense theme? If so the entire background is a single image which can be seen here from the demo site: http://thewrongadvices.com/ProSense/wp-content/themes/ProSense/images/page_background.jpg
Notice that the two sidebar colors are included in this file. Alter the image file and you will be able to change your colors. The CSS code is:
#page {
background: #FFF url(images/page_background.jpg) repeat-y center top;
margin: 0 auto;
padding: 0 10px;
width: 950px;
}This topic has been closed to new replies.