Removing Drop Down on Horizontal Menu

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
Juvenaly

Removing Drop Down on Horizontal Menu

Post by Juvenaly »

How would I remove the horizontal dropdowns on the menu so that when i have subcontent it does not show a title in the horizontal navigation?

Thanks in advance
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Removing Drop Down on Horizontal Menu

Post by Dr.CSS »

If you go to Extensions » Modules and click the word Help it gives you the parameters for the menu tag....


(optional) number_of_levels="1" - This setting will only allow the menu to only display a certain number of levels deep.
Juvenaly

Re: Removing Drop Down on Horizontal Menu

Post by Juvenaly »

Thanks for your help ib this.

Where would I add/change this setting ot remove the drop down? Looked through all the CSS and the HTML and can not seem to see where to add this. Any help is appreciated.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Removing Drop Down on Horizontal Menu

Post by Dr.CSS »

In the template...

     
     
        Navigation
        {menu template='cssmenu.tpl' number_of_levels="1"}
     
     
     
Locked

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