Hello
I am trying to make a very basic menu, using css menu build in CMS made simple 1.0.1
for ex : Home
Item1
Item2
Item3
for some reasons when i create these pages and add in the garbarit {cms_module module='menumanager' template='cssmenu.tpl'}
it show me in my menu :
1: Home
2: Item1
3: Item2
4: Item3
i would like to remove the number in front of each items..like above.
Tried to edit cssmenu.tpl but i m a noob in programmation.. =)
anyone can help me ?
CSS menu problem
Re: CSS menu problem
Hi GLau.GLau wrote: i would like to remove the number in front of each items..
Have you attached the stylesheet "Tools" to your template.
I believe this stylesheet takes care of the issue. Go to your template, click on the css icon to the right and then choose the Tools stylesheet from the drop-down box and attach it.
Hope this helps.
Bless you.
Mike.
Re: CSS menu problem
here is the solution thanks to "Russ":
"Have a look in the Menu Manager Templates in Modules. I'm not sure which one you are using, but it is usually the
Code:
{$node->hierarchy}:
That display the numbers, so carefully remove it and save the template. (You may want to save it with a different name or make a backup first.)"
"Have a look in the Menu Manager Templates in Modules. I'm not sure which one you are using, but it is usually the
Code:
{$node->hierarchy}:
That display the numbers, so carefully remove it and save the template. (You may want to save it with a different name or make a backup first.)"