June 15, 2023 at 6:13 pm
#105602
Theme Horse Support Team
Keymaster
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!