• Has anyone else noticed that when you use a custom header image, that you get a black bar at the top?

    I used the prescribed 940px × 198px and it is more evident on a light background image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • yes, it is there also with the original images.
    change it in style.css line 364

    #branding img {
    	clear: both;
    	border-top: 4px solid #000;
    	display: block;
    	border-bottom: 1px solid #000;
    }

    Thread Starter edhkirk

    (@edhkirk)

    I’m not a graphic designer – is the black bar at the top intentional?

    Yes – it’s intentioanl. If you don’t like it, remove border-top: 4px solid #000; from the CSS that alchymyth quoted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Black bar at top of header image’ is closed to new replies.