Jump to content

[Solved] Removing mobile menu button


murdoc_tcc

Recommended Posts

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

Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • murdoc_tcc changed the title to [Solved] Removing mobile menu button

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...