P
pnighSep 22, 2017
I have a mega-menu item that shows only visible-xs.(mobile) This menu item is actually a shop-filter menu. I would like for when the user click on a data-filter, the whole mega-menu collapses. Can you give me some guidance on this.
<nav id="primary-menu" class="style-6 with-arrows">
<ul>
<li class="mega-menu visible-xs"><a href="#"><div>Categories</div></a>
<div class="mega-menu-content style-2 clearfix">
<ul id="shop-filter" class="custom-filter nav nav-pills nav-stacked clearfix" style="max-width: 300px;" data-container="#shop">
<li class="activeFilter"><a href="#" data-filter="*">Show All</a></li>
<li><a href="#" data-filter=".Enterprise-Resource-Planning">Accounting/ERP</a></li>This is the structure of my menu.
