• We want to use a mobile menu plugin and need to hide the menu display in mobile. Any snippets for this by any chance ?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Apex!

    Here’s a code snippet you can use to hide the mobile menu:

    @media all and (max-width: 899px) {
    	.toggle-navigation,
    	.menu-primary-container {
    		display: none;
    	}
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Menu in Mobile View’ is closed to new replies.