Hi,
I want to switch between “Display as Icon / text” in:
-> Different pages (For example – in the Home page I want Hamburger menu (Display as Icon), but on other pages I want regular menu).
-> Shrinking Header (Before scrolling the page I want Hamburger menu, and after scrolling I want regular menu).
Is it possible?
Tnx.
Hey alonarad,
This is not possible via a built in option. If you are familiar with css, what you can do is on specific pages (using the page id) you can set the css to display the mobile menu at all sizes.
Best regards,
Jordan Shannon
Hi,
What about activate the “Display as Icon” in the dashboard, and then deactivate it in css:
-> .js_active.html_burger_menu #avia-menu > li { display: block; }
-> .av-hamburger { display: none; }
and do the opposite using css, in the places I want to show the Hamburger.
Will it work?
Hi,
Place what you have in quick css and test the result. Media queries may be needed as well. Please provide a link to the site in question so we can look into this further.
Best regards,
Jordan Shannon