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:
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.