[Resolved] How to remove background colour form burger icon on mobile menu?

Home Forums Support [Resolved] How to remove background colour form burger icon on mobile menu?

Home Forums Support How to remove background colour form burger icon on mobile menu?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1784036
    Paul

    Hi There,

    I’ve searched the forum and can’t find the answer to this one (although I’m sure it’s here somewhere!)

    How do I remove background colour form burger icon on mobile menu?

    Cheers

    #1784355
    David
    Staff
    Customer Support

    Hi there,

    you can either use the Mobile Header option in Customizer > Layout > Header

    OR

    Use some CSS to remove the semi-opaque background:

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover,
    .mobile-menu-control-wrapper .menu-toggle:focus,
    .has-inline-mobile-toggle #site-navigation.toggled {
        background-color: transparent;
    }
    #1787063
    Paul

    Perfect thanks David ! 🙂

    #1787297
    David
    Staff
    Customer Support

    You’re welcome

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