Menu Issue

General project discussion. NOT for help questions.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu Issue

Post by Dr.CSS »

what are the tags you are using in your template...
can you post them here...
shandog

Re: Menu Issue

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu Issue

Post 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;}
shandog

Re: Menu Issue

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu Issue

Post by Dr.CSS »

you might try...

{menu number_of_levels="2"}
Post Reply

Return to “General Discussion”