colour above header?

Hi all,

I have a pesky problem.
I used travelify to build outdoorconcepts-nv.com and as you can see, above the header image I have a small coloured stripe, the colour of the background of my header image…how do I get rid of that stripe?

Thanks!

Hans

If you mean border at the very top of your website then add this to Theme Options - Other - Custom CSS.

body {
    border: none;
}