Viewing 1 replies (of 1 total)
  • Theme Author kevinhaig

    (@kevinhaig)

    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.