Remove "Wrapper" over Custom Header image for Travelify

Hi,
Could somebody help me to remove the White part over my Header on my Homepage.
I included a Logo in all my Header so I also don`t want any Headertext.
Just that the header has no ugly white Bar over it. Maybe a Bar in Green matching the Menu would be cool. :wink:

Thanks you very much,
Dominic

Dominic,

You can remove that blank space above Custom Header image by using this simple CSS that you can add inside Appearance >> Theme Options >> Other >> Custom CSS.

.hgroup-wrap {
  display: none;
}

Let me know if this is what you were looking for.

worked like a charm!! thank you very much! :wink:

This works great, but is there a way to overlay the social media icons over the header image while eliminating the wrap?