Hi @foreverlearning
I was looking for the same and solved it:
1) open the “header-bottom.php” file from wp-content/plugins/wptouch/themes/bauhaus/default/header-bottom.php
2) go to line #40: <div id=”menu-toggle”…
3) comment-out the whole line like this:
<?php /*<div id="menu-toggle" class="menu-btn tappable show-hide-toggle <?php if ( bauhaus_is_menu_position_default() ) { echo 'menu-left'; } else { echo 'menu-right'; } ?>" data-effect-target="menu" data-menu-target="menu" role="button"><!--icon-reorder--></div>*/ ?>
4) save & done – wptouch won’t show the menu in the top anymore
Cheers,
Oliver