Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have used superfish module for more style of my site. It is working fine but I want to remove the mouseover effect from main menu link. I want to just display the child menu link after clicking the main menu.

My site link is http://devel.studiesweekly.com

when you hover the mouse in main red button menu link it is showing immidiately the child menu bar bellow. I want to show only after click the main menus.

How can I do this? I have used drupal 7.x

share|improve this question

1 Answer

You can change the event from the superfish library from hover to click.

Replace your current superfish library code with the code provided in this answer.

share|improve this answer
 
Thanks its working.. –  Sudip Rooj Mar 5 at 7:44
 
Glad it helped. –  Muhammad Reda Mar 5 at 7:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.