[Resolved] Remove the hamburger icon from the menu

Home Forums Support [Resolved] Remove the hamburger icon from the menu

Home Forums Support Remove the hamburger icon from the menu

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

    Hello, is it possible to remove the hamburger icon from the menu with css? It’s temporary, a simple solution would be really appreciated πŸ˜ƒ
    Thanks

    #1657440
    Leo
    Staff
    Customer Support

    Hi Matthieu,

    Would this be for both desktop and mobile?

    Let me know πŸ™‚

    #1657713
    Matthieu

    Hello, exactly yes, hide it on mobile and computer ! πŸ˜ƒ

    Thanks

    #1657952
    David
    Staff
    Customer Support

    Hi there,

    disable the Off Canvas Panel in Customizer > Layout > Off Canvas

    #1658040
    Matthieu

    I didn’t quite understand where Canvas was. what I want is to keep the logo as well as the menu bar, just make the hamburger icon disappear on computer and mobile.

    Thanks

    #1658208
    Ying
    Staff
    Customer Support

    Hi Matthieu,

    You could use this CSS to temporarily hide the toggle πŸ™‚

    .slideout-toggle, .inside-navigation .menu-toggle {
        display: none;
    }
    #1658264
    Matthieu

    It’s ok, thanks !

    #1658286
    Ying
    Staff
    Customer Support

    No problem, just to remember you had them hide using CSS when you want them back πŸ™‚

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