How to add select menu in prestashop?

326 views Asked by At

I have theme, and in header.tpl

 <div class="nav">
    <div class="container">
        <div class="row">
            <nav>{hook h="displayNav"}</nav>
        </div>
    </div>
 </div>

But this is normal <ul>, <li> menu... How to make it responsive - f.e. select menu?

1

There are 1 answers

0
Fil0z0 On

In Prestashop the horizontal top menu is generated by this module "blocktopmenu" in the modules folder you can find blocktopmenu.php and you can edit how the module generate the menu html