White box above the Header

Hi guys,

I have inserted my website logo into the header image through Appearance–> Header.

However I still have the white box for the header logo above it, which I have left blank, as my logo would not fit into this properly.

you can see what I mean here:

http://escapingthemainstream.com

Is there some code that I can use to delete the ‘header logo’ box?

Cheers,

Conor Walsh

Add this code to Theme Options - Other - Custom CSS.

.hgroup-wrap {
    display: none;
}

This will get rid of that white box above your header image.

Thanks Aigars,

Worked perfectly.