• I’ve edited the “default theme banner” on my site but I have a blue border behind the banner image that I installed. how can I remove this?

    you can see the issue at the following address: https://www.anglinphoto.com/blog

    Thanks,

    Jake

    P.s. I’m just guessing on which version of WP I have installed. It was installed from my host provider so the 2.8.5 is just a guess.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Remove background-color: #73A0C5; and #73A0C5 from:

    #header {
        background-color: #73A0C5;
        height: 200px;
        margin: 0 0 0 1px;
        padding: 0;
        width: 758px;
    }
    #header {
        background: url("images/kubrickheader.jpg") no-repeat scroll center bottom #73A0C5;
    }

    in style.css. And you’re currently running WordPress 2.5.

    Thread Starter anglins

    (@anglins)

    Thanks,

    Sooo much Esmi.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blue Background behind banner image’ is closed to new replies.