badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Hide Main Navigation Menu for Mobile

#59774

Hi Robert,

You can simply add below custom CSS code to hide the theme built-in navigation on mobile devices.

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

Thank you for using our theme.