• Resolved inkandpixelclub

    (@inkandpixelclub)


    I just started using WordPress a few days ago and I’m teaching myself CSS as I go. So please be gentle and I’ll try to avoid wasting your time with too many dumb questions.

    I’ve been doing some mixing and matching with templates and I’ve got my site pretty close to how I want it to look design-wise, except for one thing. There’s this field of white hanging out in the background of the single post pages, like ‘this one. I managed to get rid of it on the main page somehow and none of the other parts of my site have it. But I can’t find anything in the single.php template to explain its existence. I’d very much appreciate it if sometone could tell me how to get rid of it, or at least give me some clue as to what I should look for.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s a remnant from the Kubrick theme, which part of your theme is probably based on. In your header.php file just remove the following lines:

    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }

    Or you can just delete the image “kubrickbgwide.jpg” from your images folder and it won’t be able to load. ??

    Thread Starter inkandpixelclub

    (@inkandpixelclub)

    Ah, perfect! I wonder why that was still showing up on the permalink pages and not any of the rest of the site? Oh well, much thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help Me Banish The White Box’ is closed to new replies.