CSS menu problem

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
GLau

CSS menu problem

Post by GLau »

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 ?
Muzzy

Re: CSS menu problem

Post by Muzzy »

GLau wrote: i would like to remove the number in front of each items..
Hi GLau.

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.
GLau

Re: CSS menu problem

Post by GLau »

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.)"
Locked

Return to “Layout and Design (CSS & HTML)”