Title: Change superfish menu
Last modified: August 21, 2016

---

# Change superfish menu

 *  [vintagegal](https://wordpress.org/support/users/vintagegal/)
 * (@vintagegal)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-superfish-menu/)
 * How do I change the mouseout delay and remove the arrows from menu items with
   a submenu? Thanks

Viewing 1 replies (of 1 total)

 *  Theme Author [kevinhaig](https://wordpress.org/support/users/kevinhaig/)
 * (@kevinhaig)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-superfish-menu/#post-4591909)
 * Hi vintagegal
    Go Into /js/doc_ready_scripts.js
 * Near the top you will find
 *     ```
       jQuery('ul.sf-menu').superfish();
       ```
   
 * change it to
 *     ```
       jQuery('ul.sf-menu').superfish({
           	delay: 2000,
           	cssArrows: false
           });
       ```
   
 * The 2000 is the delay in milliseconds on mouseout.
 * Remember your changes as you will have to do this after each blogBox update.

Viewing 1 replies (of 1 total)

The topic ‘Change superfish menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/blogbox/4.2.4/screenshot.jpg)
 * blogBox
 * [Support Threads](https://wordpress.org/support/theme/blogbox/)
 * [Active Topics](https://wordpress.org/support/theme/blogbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/blogbox/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/blogbox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [kevinhaig](https://wordpress.org/support/users/kevinhaig/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/change-superfish-menu/#post-4591909)
 * Status: not resolved