Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @kristinubute,

    I think one of the simpler, and maybe only, methods would be to use CSS with the appropriate media query.

    The media query can target certain screen sizes, AKA devices. Try this out in the Additional CSS section or your favorite way to add CSS to your site.

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

    (@peternova)

    Thanks @ryanr14!

    Thread Starter kristinubute

    (@kristinubute)

    Thanks Ryan !

    Regards
    Kristin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Storefront mobile menu’ is closed to new replies.