How can I remove the men above the slider

Latest Reply from Alice at 2014-09-08 05:52:54
Hi, i tried to remove the menĂ¼ above the slider, but i cant find a php or in the style css? Thanks for your help.
Hi!

To fix this you have to delete the code:
<div id='menu-box'>
<div id='secondarymenu'>
<?php wp_nav_menu('depth=0&theme_location=sec-menu&container_class=menu-topmenu-container&menu_class=menus menu-topmenu&fallback_cb=block_sec_menu'); ?>
</div>
</div>

and
<?php smt_mobile_menu('sec-menu'); ?>
in the file header.php located in the directory of the theme.

Leave a reply

Add codeAdd image