The hover is part of the theme you are using. You need to find whats causing the dropdown on hover and remove it. It’ll either be javascript controlled or css. You can test if its javascript by disabling javascript, although is may have a css fallback. If its CSS use firebug to find the selectors for the nav menu. In your css file there will be something that looks like
ul li:hover ul{}
or if its a twentyten based them it’ll be
#access ul li:hover > ul{}
You can comment or delete that line. Then use jquery add the css that :hover psuedo selecter was adding.
Related Posts:
- jQuery Hoverintent plugin in TwentyEleven Menu [closed]
- Add class to menu ul with active child
- How can I make this custom menu work?
- Adding toggle-able element after menu item
- Twenty Fifteen: Change navigation menu behavior
- jQuery Drill Down iPod Menu FOUC and Selecting Current page
- WP Menu Rollover Nav Item and Effect DIV Elsewhere
- Links in new menu don’t work
- :first-child applying to all links [closed]
- Add jQuery function to media button
- What is content-type and datatype in an AJAX request?
- When and why to ‘return false’ in JavaScript?
- Download File Using jQuery
- correct way of comparing string jquery operator =
- Jquery to change form action
- Split string in jquery
- How can I expand and collapse a using javascript?
- Detecting value change of input[type=text] in jQuery
- Javascript : array.length returns undefined
- Comparing dates in jquery
- Annoying “JQMIGRATE: Migrate is…” in console after update to WordPress 4.5
- Update jquery version
- Correct Method to run scripts with dependencies without enqueue?
- How to prevent wordpress from loading old versions of jquery in wp_head();?
- How to move parent li to end of child ul
- Modify Custom Field in Media Library using JavaScript
- Loading jQuery With Two Fallbacks
- Moving jQuery to the footer without using de-register in WordPress
- Including jQuery in WordPress
- Comment form vaildation
- Enqueuing jQuery in plug-ins
- Prevent five different copies of jquery from being included on every page
- jQuery cookie not working properly in wordpress
- TinyMCE – TypeError: r is undefined
- combining js scripts from a js newb [closed]
- Heartbeat API: How to access data already enqueued?
- How to stop focus() in custom js from scrolling to footer?
- Getting post meta in the flex slider
- Add within the output of
- Removing jQuery from footer
- Primary navigation menu & footer not showing in category / tag page
- two different separate sections on the same site
- Use jQuery to conditionally hide elements in Quick Edit
- AJAX Loaded Glossary like Search results with links to other entries from custom table
- How to tell WordPress that jQuery exists on the page to avoid duplicates via wp_enqueue_scripts
- Which jQuery packages are included in WordPress 3.1.2?
- jQuery code not working in widgets page
- Load random posts without refreshing page (jQuery)?
- How to use jquery included with wordpress for jpanelmenu
- Cannot get Jquery to work with wordpress
- Problem getting .js file to load via a plugin
- WordPress error when replacing local jQuery by externally-hosted
- Walker menu not displaying at all
- Create special WordPress slideshow with “jquery.cycle.all.js”
- Add login hyperlink to secondary navigation menu
- Jquery UI Google CSS, from where?
- datepicker for custom post type admin
- How to add plugin with jQuery to custom theme?
- Locking in navigation labels before changing title?
- How to Add support for sub-menu item description in wordpress?
- Manipulate retrieved ajax data in php
- Disable auto hide of the login form on Woocommerce’s checkout page
- WordPress Front-End Theme Editor
- Sorting dynamic table content with jQuery
- jQuery .load and WP function
- Bootstrap and jQuery error: $ is not defined
- Fire action after enqueue script
- Why is my navigation in my onepage not working?
- Auto next upon clicking image without clicking Next button
- Programatically Created Menu not Editable in Dashboard
- How can I get this menu container to be the height of the contents?
- How can I show a custom WordPress menu anywhere I want on my website?
- Bootstrap Nav Walker Sub Menu Image
- WordPress Menu item > Sub menu Class update
- Add active class to wp_nav_menu
- how to configure this type of menu
- Add a jQuery snippet for sepcific user role
- Show/Hide text after the first paragraph
- How to specify url for ajax call in wordpress plugin
- Show Child of Parent Page including all other parents
- Dynamic image grid gallery
- JS script not being included [closed]
- Show only second level menu items? [duplicate]
- Add item ONLY to the primairy navigation
- WooCommerce – PrettyPhoto appending URL with #prettyPhoto
- individual images as navigation design TwentyTen
- Are you sure popup on Contact Form 7 [closed]
- change the icon of a custom post type in WordPress to use twitter boostrap
- Using jQuery toggle() in WordPress post to show/hide Tweet button?
- Call a Simple JQuery from within Flash
- Ajax request with jQuery without WP_ajax
- How to fire jQuery after $(window).on(‘load’)
- JQuery WordPress gallery [closed]
- JS file not loading [closed]
- How can insert JQuery in WordPress? [closed]
- Navigation won’t update to show full path to single post
- Jquery in IE, fully messed up
- Theme variation conflict with jquery select2 dropdown
- Elementor form – checkboxes validation
- How to add input file plain text and submit to publish?