Scroll mobile menu on click
hello,
is it possible to have submenus in mobile menu without "plus" button? I mean when I click on main menu category, submenus will apear. My clients sometimes dont know what this "plus" button is for, so then dont click on it. Thanks!
Comments
we are sorry but it is not possible to remove +/- signs from mobile menu because without it you won't be able to expand sub-menu items on mobile.
Thanks!
Try this simple solution (Theme options > Custom CSS & JS > Custom CSS section):
#Top_bar #menu ul li.submenu .menu-toggle {
width: 100%;
color: transparent;
}
It was good enough for my client, and don't break the layout.