always show submenu

Hi!
Is it possible to generally load all pages with <div id="jm-mainnav" class="has-toggle active">
<div class="btn-toggle menu-toggle active"> so that the dropdown menu alway stays visible until the user hides it?
Thanks!
Joachim

3 answers

Profile photo of Ziven Staff 100280.00 $tone July 17, 2014
Public

please go to the file: app\design\frontend\default\jm_classytemplate\pag e\html\header.phtml in line 34

change

Code:

<div class="inner-toggle" id="jm-mainnav-inner">

to

Code:

<div class="inner-toggle active" id="jm-mainnav-inner">
#3

Please login or Register to Submit Answer

Written By

Comments