I don't have a mobile device to test this yet but try following.
Css selector for mobile menu is "gkMobileMenu" so you can add that in to mobile.css which should hide it.
- Code: Select all
#gkMobileMenu { display:none;}
You can also try editing "/templates/gk_bikestore/layouts/default.php"
Lines: 97 try changing "mainmenu" menu name to your mobile menu name in demo it is "mobile-menu".
- Code: Select all
$this->mobilemenu->loadMenu($this->API->get('menu_name','mainmenu'));
- Code: Select all
$this->mobilemenu->loadMenu($this->API->get('menu_name','mobile-menu'));
Let us know how you get on. See you around...