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 mobile menu

#105602

Hi there,

Login to your admin dashboard and go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste below custom CSS code to hide the menu toggle button.

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

Thank you!