• Hi,

    I’ve been trying to MOVE the Menu button that appears on Mobile, or, failing that, remove it from the storefront theme. it there any way I can remove it as I am now using another mega menu plug in and it is now showing 2 buttons.

    Thanks

    Here is my website: https://boshushop.com/

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

Viewing 1 replies (of 1 total)
  • Hi @boshushop

    To remove the Menu button from mobile screens, you can use a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:

    @media screen and (max-width: 767px) {
      .menu-toggle {
        display: none;
      }
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    • This reply was modified 5 years, 10 months ago by Senff - a11n.
Viewing 1 replies (of 1 total)

The topic ‘remove menu button on mobile – storefront theme’ is closed to new replies.