Unless I’m wrong – I’ve never used Kubrick…
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;>
background-color: #d5d6d7
color: #333;
text-align: center;
}
Hmmm. I’m thinking that the background is an image. I don’t use it either…. let me check.
Yup. Kubrick’s still all whacked up with jpgs for layout. So changing the background color isn’t probably going to fix the whole thing.
lilith, you need to open the images folder, and change the color in all the images to what you want to see in various areas of the blog.
vkaryl – you’re right. Kubrick uses a background image
body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgcolor.jpg"); }
edit: that’s from the header.php. If you want to remove it, just comment it out like this /*blah*/ and then do what vkaryl suggested.
change the image colors from the style sheet.
Thank you so much for your help. I will try right now!