Venture Theme - Nested Menus - Close on second click

Hi!

Please can someone assist me.

I am using Venture theme. I have nested menus in the main menu on the homepage and I would like to make it so that these menus open on the first click and close on the second click. See screenshot below.

Using the “E-Scooters” link as an example, what currently happens is if you click the link once then the nested menu opens and if you click the link a second time then it opens a page with all the scooter products. I would like the nested menu to close on the second click.

Thanks in advance!

www.electricrideco.com

Hi @guyv ,

Please go to assets > theme.js file, find ‘window.location = $el.attr(‘href’)’ and change code here:

Code: this.close();

Hope it helps!

1 Like

@LitCommerce

Works perfectly! You’ve come to the rescue once again. Thanks a lot!

1 Like