• hello

    I’m slowly working my way deeper and deeper into this – but I now want to lose the border around the kubrick theme. I’ve substituted my header, so the border is gone from there (actually I think it’s probably actually lurking underneath – just not visible) but it is showing around the remaining three sides.

    Where is it and how do I get rid of it?

    I’m a little concerned about just going in and deleting stuff – who knows what I’ll mess up?

    any help much appreciated – doubtless you’ll all be seeing a lot of me around here!

Viewing 2 replies - 1 through 2 (of 2 total)
  • stickleback,

    The border on the Kubrick theme is controlled by a series of background images that are applied to the:

    header

    #header {
    	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
    	}

    page

    #page {dirtyfacelodge (line 15)
    background:transparent url(http://localhost/dirtyfacelodge/wp-content/themes/default/images/kubrickbgwide.jpg) repeat-y scroll center top;
    border:medium none;
    }

    and footer:

    #footer {style.css (line 74)
    background:#EEEEEE url(images/kubrickfooter.jpg) no-repeat scroll center top;
    border:medium none;
    }

    Remove those background images from your style.css file and you’ll be border-free (and a bit more blocky).

    Thread Starter stickleback

    (@stickleback)

    thanks I’ll give that a try….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘where is the border?’ is closed to new replies.