Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #799767

    Is it possible to have a menu look like this one using the Enfold menu, specifically the Home Contact and Login part?

    #799786

    Hey michless,

    Yes, that would be possible. The simplest way would be to firstly create a testing page with such icons and then copy their HTML and insert into Navigation Labels in Appearance > Menus. Then you would need some custom CSS code to position them as in your example site.

    If you have a staging site (or do not mind us working on your live site), please post login credentials here privately so we can help you with the customization :)

    Best regards,
    Yigit

    #799819

    That would be awesome :) I have added the icons at the top but don’t know how to make the hamburger menu as the main menu is the icons.

    Here’s the login I made, do what you want as it’s a test environment.

    #800143

    Hi,

    I have applied the changes except for hamburger menu, as it would require heavy customisation. Please review your website :)

    Best regards,
    Yigit

    #800321

    All looks good, it’s a bit tight on mobile but I can probably fix that.

    As for the hamburger menu, I have the Superfly menu plugin, how can I use that together with what we have now?

    #800893

    Hi,

    Please consider to contact the SuperFly menu team to help you with a proper Integration.
    Thank you for your understanding

    Best regards,
    Basilis

    #803197

    How do I disable the Enfold menu’s completely?

    #803311

    Hi,

    You can add these rules:

    #header_main_alternate {
      display: none;
    }
    
    a#advanced_menu_toggle { 
       display: none !important; 
    }
    

    Best regards,
    John Torvik

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