murdoc_tcc Posted May 11 Posted May 11 (edited) Hello, how would i go by removing the mobile menu button for displayNav1 Edited May 12 by murdoc_tcc (see edit history) Share this post Link to post Share on other sites More sharing options...
Nickz Posted May 11 Posted May 11 you need to get into more info. Server, PS version, Theme, recentl changes. Share this post Link to post Share on other sites More sharing options...
murdoc_tcc Posted May 11 Posted May 11 (edited) 22 hours ago, Nickz said: you need to get into more info. Server, PS version, Theme, recentl changes. Hi Nickz, thanks for coming back to me version 1.7.7.8 Unhooked the Language, Contact information, currency changer from DisplayNav hook Edited May 12 by murdoc_tcc (see edit history) Share this post Link to post Share on other sites More sharing options...
Nickz Posted May 11 Posted May 11 3 hours ago, murdoc_tcc said: Unhooked the Language, Contact information, currency changer from DisplayNav hook after that your Hamburger Menu became a double? Share this post Link to post Share on other sites More sharing options...
murdoc_tcc Posted May 12 Posted May 12 12 hours ago, Nickz said: after that your Hamburger Menu became a double? Hello, Nope always had the hamburger menu, as I use Mega Menu pro, then my sister told me I had two menus when you go to menu, which led me asking here on how to remove the top Hamburger menu Share this post Link to post Share on other sites More sharing options...
Prestachamps Posted May 12 Posted May 12 Hi @murdoc_tcc The hamburger mobile menu icon is hardcoded in the header.tpl of the classic theme, therefore you can't disable it from the backend. So I believe the simplest solution is to use CSS to hide it by adding the following rule to the end of custom.css or theme.css: #header .header-nav #menu-icon { display: none; } (be sure to back up those files before making any changes) Kind regards, Leo. 1 Share this post Link to post Share on other sites More sharing options...
murdoc_tcc Posted May 12 Posted May 12 3 hours ago, Prestachamps said: Hi @murdoc_tcc The hamburger mobile menu icon is hardcoded in the header.tpl of the classic theme, therefore you can't disable it from the backend. So I believe the simplest solution is to use CSS to hide it by adding the following rule to the end of custom.css or theme.css: #header .header-nav #menu-icon { display: none; } (be sure to back up those files before making any changes) Kind regards, Leo. Hey Leo, thanks for the reply, that solved my problem, thank you so much Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now