3 menus in mobile view

Latest Reply from Dave at 2016-04-15 07:53:24
I have three menus on the mobile view. 2 text links and 2 pull down menus. I only want the pull downs so how to I hide, turn off the others?

Thanks

I was going to include a screen shot but don't see how..
Oh dang, you can go to www.sabca.org and see what I mean..
Hi!
Sorry for inconvenience. Please, find the following code inside the SunnyBeach/css/tablets.css and mobile.css file:
#secondarymenu, #mainmenu-container {display:none;}

and replace it with:
#secondarymenu, #mainmenu {display:none;}
Hey Dave Thanks!!!

I still have 2 drop down menus. one doesn't have anything in it. Any ideas how to remove it?
Yes, of course. Please, follow this instruction:
https://smthemes.com/support/topic/howcaniremovesearchboxmenusliderfacebookwidgetetc/#post-2326
Hey Dave,

I looked in the header.php for both these items and I dont have either line of code but I still have two menus in mobile view.. One doesn't have anything in it..

The site is www.sabca.org


<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>


<?php smt_mobile_menu('sec-menu'); ?>

Hi!
Could you send me your header.php file, please. Perhaps, it would be more convenient if you could send it via support@smthemes.com.

Leave a reply

Add codeAdd image