WordPress Speed Up Service | WordPress Website Maintenance Packages Reply To: Hiding primary menu on Mobile, by slav1977 hi if you want to hide this black menu you have to insert this code into your CSS: @media all and (max-width: 600px) { .nav-toggle.icon { display: none; } } Reply To: Hiding primary menu on Mobile