Page 2 of 2

Re: Menu Issue

Posted: Sun Jul 16, 2006 8:40 pm
by Dr.CSS
what are the tags you are using in your template...
can you post them here...

Re: Menu Issue

Posted: Mon Jul 17, 2006 1:11 am
by shandog
{menu start_page="<page alias of any one of your team member pages?" show_root_siblings-"1"}

This is the syntax I am using, I am just not sure what file to edit from here to modify the way the navigation is being laid out. It shows the correct links, but they have bullets in front of them and I am simply trying to remove the bullets.

Re: Menu Issue

Posted: Mon Jul 17, 2006 1:34 am
by Dr.CSS
you could put a {menu start_page=" around it and you already have the CSS for that attached to your template... i think this would just make it too big...

or...

#container li {list-style: none;}

Re: Menu Issue

Posted: Mon Jul 17, 2006 3:52 am
by shandog
I tried the container tag and that removed the bullets but did nothing about the indentation, it was still a list style. I have inserted the code you referred. What files would I edit to edit the menu-vert class, I am stuck on trying to find a styles file that I can format to fix this.

I must be missing something very simple, all I want to do is list the siblings of a parent with no formatting, no bullets, etc.

Re: Menu Issue

Posted: Mon Jul 17, 2006 5:06 am
by Dr.CSS
you might try...

{menu number_of_levels="2"}