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
Removing Drop Down on Horizontal Menu
Re: Removing Drop Down on Horizontal Menu
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.
(optional) number_of_levels="1" - This setting will only allow the menu to only display a certain number of levels deep.
Re: Removing Drop Down on Horizontal Menu
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.
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.
Re: Removing Drop Down on Horizontal Menu
In the template...
Navigation
{menu template='cssmenu.tpl' number_of_levels="1"}
Navigation
{menu template='cssmenu.tpl' number_of_levels="1"}