No collapsable menu in responsive theme
I need to know if there is any theme option that allows to remove the button that appears when the theme is responsive.
I have a submenu and want the menu to appear without having to press the button of collapse.
Comments
if you can not do from a choice of the theme, what file lines would have to change , please.
Thanks!!!if you mean responsive menu (the horizontal lines) then you can remove them with custom css:
#Top_bar a.responsive-menu-toggle { display: none !important; }