HIDE Hamburger menu permanently

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
SaraPM
Propeller Head
Posts: 25
Joined: Wed Jul 30, 2014 5:42 am

HIDE Hamburger menu permanently

Post by SaraPM »

We have a one-page software license with a blank TOC, and are using HTML5 Top Navigation skin.

The hamburger (flyout) menu appears when you resize the browser window, even though there's nothing to show.

In the HTML5 - Top Nav skin, under Setup, there is no option to have a pane position of "none."

Client is insisting we hide hamburger menu but I don't know how. Help?
doc_guy
Propellus Maximus
Posts: 1979
Joined: Tue Nov 28, 2006 11:18 am
Location: Crossroads of the West
Contact:

Re: HIDE Hamburger menu permanently

Post by doc_guy »

Open the stylesheet in the text editor, and add the following to the bottom of the style sheet:

Code: Select all

button.menu-icon {
     display:none !important;
}
That should make it stay disappeared. At least it works in my sample project. :)
Paul Pehrson
My Blog

Image
SaraPM
Propeller Head
Posts: 25
Joined: Wed Jul 30, 2014 5:42 am

Re: HIDE Hamburger menu permanently

Post by SaraPM »

EXCELLENT! That works. Thanks so much! :D
olgad
Propeller Head
Posts: 11
Joined: Tue Nov 04, 2014 9:14 am

Re: HIDE Hamburger menu permanently

Post by olgad »

I have a similar problem, but I need to hide the Hamburger menu only for the Hero page, whereas its subcategory pages must display the Hamburger menu. The hero and the subcategory pages have their own skins. Is it possible to hide it only for one the skins?
Post Reply