Comments on: How to remove arrows from superfish menu https://nabtron.com/how-to-remove-arrows-from-superfish-menu/ Technology & Programming Guide Wed, 05 Oct 2011 16:35:47 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Dr. Nabeel https://nabtron.com/how-to-remove-arrows-from-superfish-menu/#comment-12843 Wed, 05 Oct 2011 16:34:06 +0000 http://nabtron.com/?p=6478#comment-12843 In reply to Joel.

Thanks Joel for informing me. Adding this to the post.

P.S. are you the author of SuckerFish menu?

]]>
By: Joel https://nabtron.com/how-to-remove-arrows-from-superfish-menu/#comment-12838 Wed, 05 Oct 2011 11:48:44 +0000 http://nabtron.com/?p=6478#comment-12838 The recommended way to do this is to set the “autoArrows” option to false when initialising Superfish.

$(‘#yourmenu’).superfish({
autoArrows: false
});

Check out the bottom of the page under the “options” tab on the Superfish docs (linked in my name) for another example.

]]>