Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Mobile collapsed menu change collapsed icon

Home Forums Older releases 1.0.x Mobile collapsed menu change collapsed icon Reply To: Mobile collapsed menu change collapsed icon

#2880
admin
Keymaster

Just find and delete the following rules in the CSS you use for the menu button:

#menu-button:before {
  content: 'Menu -';
}
#menu-button.collapsed:before {
  content: 'Menu +';
}