How do I have the background different from the box?
-
Hello again,
How do I get the background of my site http://www.jeremyshub.com.au to be different from the box on the home page?
I mean that I want the section where the text is to be white or cream but the outside to have the grain background.
Thanks Jeremy
The blog I need help with is: (visible only to logged in users)
-
Give this a try:
#container { background: #fff; }The shadow color might look nicer if you change it from #888 to #995c27. You should remove the duplicate rules for #container in your Appearance → Custom Design → CSS. And remove this too, that shouldn’t be in there:
Try this: #container { width:2200px; } -
-
- The topic ‘How do I have the background different from the box?’ is closed to new replies.