what are the tags you are using in your template...
can you post them here...
Menu Issue Topic is solved
Re: Menu Issue
{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.
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
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;}
or...
#container li {list-style: none;}
Re: Menu Issue
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.
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
you might try...
{menu number_of_levels="2"}
{menu number_of_levels="2"}