I am trying to change the color on the side of my site, http://www.fourcornerscreative.com. I thought I might be able to change the entire background, but then I don't know how to make the middle stay white.
I am trying to change the color on the side of my site, http://www.fourcornerscreative.com. I thought I might be able to change the entire background, but then I don't know how to make the middle stay white.
in your style.css:
/* Main structure
----------------------------------------------- */
body { font-family: Futura, Helvetica, Arial, sans-serif; font-size: 76%; line-height: 120%; color: #86c922; background: green; }
#title { margin: 20px 0 -20px; border-bottom: 1px solid #86c922; }
#wrapper { text-align: left; background: blue; }
Ive changed 2 things above, one is changing the one hex color to green.
the second is adding a blue color to the wrapper selector. adjust to suit your color tastes. and you dont have to use "named" colors, I did that to make it easy for you to see.
That didn't seem to work, http://www.fourcornerscreative.com, the wrapper did not have a background so I name it white and it did not change it.
Never mind got it! Thanks. had to change it to the word white.
Thanks.
youre welcome, happy blogging.
This topic has been closed to new replies.