• I am trying to remove the “black” hamburger menu on the right side, but can find no code to assist. I am using Themefuse’s “The Core” and the Unyson plugin. Can you help, please we are able ready to launch. Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi tazcrzy,

    Thanks for posting a link. I only see one toggle icon so I think you have fixed this already.

    I do notice the header links appear on top of the mobile menu, to fix that try this custom CSS:

    .fw-header .fw-header-main {
       z-index: 102;
    }

    Regards,
    Tom

    Thread Starter tazcrzy

    (@tazcrzy)

    I am still seeing two hamburger menus on my mobile device. I would send you a pic if I knew how.

    Thread Starter tazcrzy

    (@tazcrzy)

    So I finally found the code: .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: “\f0c9”;
    }

    Once I removed the \f0c9, the theme hamburger menu is gone.

    Now I would like to center and color the mega menu hamburger menu

    Any thoughts?

    Plugin Author megamenu

    (@megamenu)

    Hi tazcrzy,

    This is a little outside the scope of what we usually provide on free support, as it requires changing your theme CSS (it is your theme that determines the position of the mobile menu). Please go to Mega Menu > Menu Themes > Custom Styling and add the following:

    @include mobile {
       .header-1.fw-top-logo-left .fw-nav-wrap {
          float: none;
          max-width: 100%;
          margin-top: 10px;
       }
    }

    That should bring it on to a new line and make the toggle bar full width. Then you can use the theme editor to change the colours also.

    Regards,
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Double Hamburger Menu’ is closed to new replies.