• Resolved lilith2014

    (@lilith2014)


    Im working with the default theme. I was trying to change the background to a dark gray so it can match my website but it doesnt change. Actually I dont know If Im changing the right command. Please help me.

    Instead of white. I want a dark gray behind my blog.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Link, please?

    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.

    Thread Starter lilith2014

    (@lilith2014)

    Thank you so much for your help. I will try right now!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘css problem’ is closed to new replies.