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

@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;}