Disable Top Nav Bar on Mobile

If you want to get rid of the whole blue section at the top (menu and a search input field), you should add this to your CSS:

.menu-search { display: none; }