Is it possible to make the mobile icon visible at all times no matter what screen size. I don’t want any other part of the header. No logo, no background. Simply the mobile icon, with the fullscreen overlay menu kept intact when it is clicked.
Another option that I would consider is the invisible header that appears when you scroll down. I like how that looks on the desktop, but the header is always visible on mobile. If I can make the mobile behave the same way as the desktop invisible header, then I would be fine with that.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
then change 1024px to needed value
Cheers!
Yigit
This is great thanks Yigit.. Quick question.. Is there a way to toggle between the hamburger menu and the regular menu. Something like this wp site,
Hey!
I’m sorry but that will require major customization on the theme which we cannot provide here. Please hire a freelance developer or look for a menu plugin like this for example: http://codecanyon.net/item/superfly-responsive-wordpress-menu-plugin/8012790
Note that this plugin might not be fully compatible with the theme and might require a few customization.
Best regards,
Ismael