Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #491726

    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.

    #491727

    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.

    #492337

    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

    #493242

    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,

    http://www.borngroup.com

    #493464

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.