[Resolved] Animated hamburger menu icon

Home Forums Support [Resolved] Animated hamburger menu icon

Home Forums Support Animated hamburger menu icon

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #1288870
    Ramon

    Done but still happening the same. The old close button show up and the only way to close the menu is by the old close button. ๐Ÿ™

    #1289239
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I ended up starting from scratch and wrote this: https://docs.generatepress.com/article/animated-hamburgers/

    If you ditch what you have now and follow those instructions, it should work.

    #1289380
    Ramon

    Thank you very much Tom, your help is amazing! Now the menu is animated!!
    I added a little css to hide the old close button, I’ll attach it here in case can help anyone:

    .icon-menu-bars{
    display:none;
    }
    button.menu-toggle,
    button.menu-toggle:hover, button.menu-toggle:visited, button.menu-toggle:active, button.menu-toggle:link{
    background-color:transparent !important;
    }

    .pro-close svg{
    display:none;
    }

    Thanks again for your help!!!

    #1290639
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help! ๐Ÿ™‚

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.