Log in

View Full Version : I need help with WordPress CSS



lord_havoc
05-29-2007, 09:56 PM
I'm playing around with WordPress and trying to see if I can manipulate it so it looks like I want. and the first thing I'm trying to do is get everything on a black background. But if you go to http://test.cyanideperfection.net you will see there is a section that is still white. And I'm combing through the stylesheet and can't seem to find what I missed. If anybody can see what it is I missed or knows what that div is called so I can find it easier. Here is the stylesheet (http://www.cyanideperfection.net/test/wp-content/themes/default/style.css)

Thank you in advance

Veronica
05-30-2007, 01:31 AM
The white is coming from your background image

#page { background: url("http://test.cyanideperfection.net/wp-content/themes/default/images/kubrickbg-ltr.jpg") repeat-y top; border: none; }

You can either lose that part of your code, or change the image to be the color or whatever that you want.