• Can anyone help me, here?

    I’ve successfully modified style.css to use my header image but I have a white border (See https://comm.stjohns-cathedral.org/). I’d like to have the border of the header match the border of the body below it.

    I put the new header image in …/default/images and modified style.css as follows:
    #header {
    background: #d5d6d7 url(‘images/wp_header.jpg’) no-repeat bottom center;
    }

    Thanks in advance…

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you’d like to remove the white border, find the id #header on your stysheet, and remove the line that says “background-color: white;”

    Thread Starter drdocument

    (@drdocument)

    Thanks very much.
    I first got rid of the white at the top by changing the “height” to 192px in #headerimg in the style sheet. I had changed the background color on #header to “kubrickbgcolor”. But I still have the extra color on left and right, how kubrickbgcolor. See https://comm.stjohns-cathedral.org/.

    From current style sheet under “Begin Typography…”:
    #header {
    background: #d5d6d7 url(‘images/wp_header.jpg’) no-repeat bottom center;
    }

    #headerimg {
    margin: 0 0 0;
    height: 192px;
    width: 760px;
    }

    From current style under “Begin Structure”:
    #header {
    margin: 0 0 0 1px;
    padding: 0;
    height: 192px;
    width: 760px;
    }

    #headerimg {
    margin: 0;
    height: 192px;
    width: 100%;
    }

    Any ideas?

    Thread Starter drdocument

    (@drdocument)

    MORE HELP? PLEASE?

    I messed things up so badly that I restored the original default template, and then I uploaded my preferred header image and renamed it kubrickheader.jpg, hoping it would work.

    I selected default colors in the admin panel, and my preferred image displays, but I now have the blue border instead of the white that surrounded the default header image.

    Any suggestions?

    Take a look at https://comm.stjohns-cathedral.org.

    Thanks very much in advance….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default header help, please’ is closed to new replies.