How to completely hide the menu bar?
I have used this in the theme css
/* Top bar */
.header-classic #Top_bar { display: none !important; }
But it works at time and sometimes the menu bar again shows up.
Please help.
Comments
Above css is fine but maybe you should use the following css for better results: