I have created a vertical MegaMenu. Is it possible to have the first tab open by default?
Thank you in advance.
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
We will check and reply ASAP :)
You can custom js.
$(".mm-item-1").trigger('hover');
$(".mm-item-1 .mm-container").show();
and change
trigger('hover')
into
trigger('click')
if you choose click to show