Hide Mobile Hamburger Menu altogether

Hi there! Site is lmgi.us. I’m using a plugin for my mobile menu, but PRO’s standard hamburger menu still displays on mobile. How do it hide the standard hamburger menu altogether? You’ve helped me do this before on another site, but I can’t find the support thread for it. Please help? We’re trying to launch today… Thank you! :slight_smile:

PS - theme, plugins, WP are all up to date.

Hi there,

Please add this code to the Global CSS:

.x-btn-navbar {
    display: block;
}

Here are some reference links related to the suggestions above:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.