• I’m using the web developer toolbar and the image ‘/wp-content/themes/default/images/kubrickbg.jpg’ is used for the main background. It says it’s in the div called #page. But when I go to edit the stylesheet there is no CSS for background-image. Nothing is under #page div either. How on earth is the background image being displayed? What code it pulling it?

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    In style.css:

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
    background: #d5d6d7 url(‘images/kubrickbgcolor.jpg’);
    color: #333;
    text-align: center;
    }

    Kasia

    I use Kubrick with no images, makes a great minimalist theme that you can play with indefinitely. Take a look at the CSS on my site to see how to strip it down (link in my profile)

    I actually have a related question – if I want to change the background colors and borders, but not the organization of the page, can I delete the reference to the kubrick.jpg?

    Thread Starter js09

    (@js09)

    Thats the problem I’m having, I deleted:

    ‘background: #d5d6d7 url(‘images/kubrickbgcolor.jpg’);’

    but the background image is STILL being displayed. I don’t get it.

    Thread Starter js09

    (@js09)

    it’s still displaying ‘/images/kubrickbg.jpg’ as the background.

    Thread Starter js09

    (@js09)

    I found it.. it’s in the header.php

    gay

    grow up, this isnt MySpace, for the record there are plenty of ppl here that are GAY, for instance, me, and prolly dont like to see that term tossed about like we are at college frathouse party.

    In the future, try to be a little more cognizant of the fact that you might be in mixed company, so to speak.

    Let’s not continue with this “side topic”.

    Thread Starter js09

    (@js09)

    sorry, i was frustrated. i don’t have a problem with ‘gay’ people at all FYI.

    thanks for help everyone.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘how to get rid of the background image in the standard kubrick theme?’ is closed to new replies.