Just upgraded, now the header appears between slider and body

Greetings all. I created a site for a client awhile back and now after logging in and upgrading the theme and associated plugins, suddenly this header appears between the slider and the main body (the form) as seen below:

http://www.brytoncourt.ca

How do I make the white header part where it says Bryton Court | Register Now invisible? It wasn’t there before I upgraded. Before it was just slider above and form below with no white space in between.

Many thanks.

Edit: Nevermind, I got rid of the whole navbar/header with the following CSS code I gleaned from another post:

.x-navbar {
display: none !important;
}

Thanks anyway.

Hi There,

Glad you sorted things out, for other users who wants to hide the entire header (topbar, navbar, logobar) add this to Theme Options > CSS

header.masthead {display: none;}

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.