Disable one of two mobile burger menu

edited November 2020 in Theme support
Hello,
I am using the header builder and have a action bar and a navigation bar.
On mobile the navigation bar has a burger/mobile menu, very good but the action bar menu is burger/mobile menu as well.
I don't want it, because it only has two-three links and there is enough space on mobile version of the site.

How do I deactivate the menu of actionbar?
Screenshot: https://i.imgur.com/FxiOfaK.png


Foud this code, added them, but they didn't have any effect:
#Top_bar a.responsive-menu-toggle { display: none !important; }

.responsive-menu-toggle {
    display:none !important;
}

Thank you very much.

Comments

Sign In or Register to comment.