# Advanced Menu - change Hover to Click

**URL:** https://forum.shopware.com/t/advanced-menu-change-hover-to-click/54436
**Category:** International (English Only)
**Tags:** themes--design
**Created:** [5. August 2018 um 19:38 UTC](https://forum.shopware.com/t/advanced-menu-change-hover-to-click/54436 "2018-08-05T19:38:30Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![PStadtfeld](https://avatars.discourse-cdn.com/v4/letter/p/3bc359/32.png) [@PStadtfeld](https://forum.shopware.com/u/PStadtfeld)
#### Post date: [8. August 2018 um 09:19 UTC](https://forum.shopware.com/t/advanced-menu-change-hover-to-click/54436/2 "2018-08-08T09:19:06Z")

</div>

Depends if the hover-effect is set in a tpl-file, in that case you could simply overwrite it with the onclick event.

Though, I think shopware creates the navigation on-the-fly inside a javascript file (just a guess!) so you might have to change that one instead…

&nbsp;

I think there was a way to remove and add such events by jquery which is included in shopware by default.

Might be easier to create a js-file that removes the hover event with an on-click one inside a loop over the navigation.

&nbsp;

I’d suggest you clone your shop to a test system, grab the developers guide and fiddle around a little.

Even if you screw the shop up, there won’t be any harm since it’s just a clone and if things turn too ugly you can always re-copy the shop over it 😉

---

_[View the full topic](https://forum.shopware.com/t/advanced-menu-change-hover-to-click/54436)._
