-
I need help with WordPress CSS
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
Thank you in advance
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks