Page 1 of 1

Lose the arrow?

Posted: Wed Mar 10, 2010 10:50 am
by Artisan
Is there any way I can get rid of the arrow, plus any space, next to the <li> items in NorList? I need to split the menu, using a "Shop by Product" image, and the arrow is wrapping the image onto a second line.

The site is temporarily at http://000.artinet.co.uk/ - ideally I'd like to make "Shop by Product" look exactly like "Shop by Brand" at the top.

I tried the code that Norman has suggested in another thread (viewtopic.php?f=9&t=457) but it just broke the menu so this is my way of trying to get round it.

Malcolm

Re: Lose the arrow?

Posted: Wed Mar 10, 2010 11:16 am
by norman
To remove the arrow:

Edit (in your Site folder) listmenuactivate.js

Look for the line:

Code: Select all

addReadyEvent(new Function('listMenu.activateMenu("listMenuRoot", arrow)'));
Change to:

Code: Select all

addReadyEvent(new Function('listMenu.activateMenu("listMenuRoot", null)'));

Re: Lose the arrow?

Posted: Wed Mar 10, 2010 1:10 pm
by Artisan
Thank you, Norman, you truly are a star :)