How can I change drop down menus to hover instead of click in Context theme?

Store url: NinjaToolSupply.com

Password: password

Using context theme.

How to I change drop down menus into hover instead of clicks.

Thank you in advance.

1 Like

@DarmorGamz

thanks for post

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.nav .nav__item-parent:hover .nav__submenu {display: block;}
1 Like