Hey,
I’m using the centered menu with (meanwhile) a fixed header.
I already managed to hide the theme’s logo via CSS.
.logo { display: none !important; }
But I also needed to hide the whole upper bar. Only the small bar below featuring the main menu should be visible.
Screenshot of the header-bar to be removed: http://postimg.org/image/w5x4s1abr/
Screenshot of the desired header-result: http://postimg.org/image/fhkn30g9x/
Guess this is only a short line in the Quick-CSS field, hope you could provide that…
Regards,
Michael
Hey micscr!
Add this to your custom CSS.
#header_main > .container {
display: none;
}
Cheers!
Elliott
Issue fixed now, thanks!
Regards,
Michael