Title: dropdown
Last modified: December 17, 2016

---

# dropdown

 *  Resolved [Beginner](https://wordpress.org/support/users/sagar23/)
 * (@sagar23)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/dropdown-11/)
 * how to make the dropdown-menu-header clickable.(activate to clickable)
    now it
   is in toggle class, i want it to display the drop-down menu on hover. if i click
   on that(drop-down header), it should take me to that particular page.

Viewing 1 replies (of 1 total)

 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/dropdown-11/#post-8562411)
 * Hello [@sagar23](https://wordpress.org/support/users/sagar23/),
 * I think you are talking about parent menu clickable. Use below js for that
 *     ```
       jQuery('ul.nav li.dropdown a').click(function(e) {
               e.preventDefault();
               window.location.href = jQuery(this).attr('href');
        });
       ```
   
 * Please use any custom js plugin or put above js code in js/custom.js file on 
   line no 4.
 * Thank You

Viewing 1 replies (of 1 total)

The topic ‘dropdown’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/awada/2.1.6/screenshot.png)
 * Awada
 * [Support Threads](https://wordpress.org/support/theme/awada/)
 * [Active Topics](https://wordpress.org/support/theme/awada/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/awada/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/awada/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/dropdown-11/#post-8562411)
 * Status: resolved