Tagged: hide menu, sticky header
hi
I am working on a dev site with enfold 4.12.
I want the header & fullwidth sub menu to be like the site below with a sticky header, sticky fullwidth submenu, and no main menu. I have the dev site set for a sticky header under header settings, and the fullwidth menu is also set to be sticky, but I am seeing a “main menu” (with just “home”) even though I have not made a menu or designated one for the front page, and the header is not sticking, though the submenu is. I have also tried adding this:
nav .avia-menu {
display: none!important;
}
to hide the menu, but that doesn’t work.
Can you help me with this? How do I hide the “main menu” and make both the header and submenu sticky?
Nancy
Hey Munford,
I believe I have recreated what you are trying to do, here are the steps I took and the screenshots.
Settings:
Enfold Theme Options > Header > Header Layout > Menu and Logo Position > Logo center, Menu below
Enfold Theme Options > Header > Header behavior > Sticky Header
Enfold Theme Options > Main Menu > Append search icon to main menu (uncheck)
Added Fullwidth Sub Menu element to frontpage with Sticky Submenu checked
(in my case I added it below the slider)
Then I added this css to hide the main menu div block under the logo
div#header_main_alternate {display:none!important;}
Best regards,
Mike