Remove categories menu

Latest Reply from GKash at 2012-11-24 13:03:31
Is it possible to remove or hide the categories menu in the Beauty Secrets theme. TIA.
Hi!
You have to remove 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>

from the top.php
I want to do the same thing with the finance theme

Leave a reply

Add codeAdd image