how can I restrict the menu levels of the Built-in menu??
Posted 14 years 8 months ago
Hi there, I just need to have a 3 levels menu using the Built-in Menu from the juxta template named fusionmenu, but I need to have 4 levels in order to make the breadcrumbs to display properly, but when I put the 4th Level on the Built-in Menu it can“t be hidden, and It is still showing.
how can I manage to hide that level from the users on the main menu?
Re: how can I restrict the menu levels of the Built-in menu??
Posted 14 years 8 months ago
Hello,
You are talking about the Top menu, in the navigation position I suppose. One of the developers here gave me this code for my template.css file put this in the /* Top Menu */ section
.menutop .level2 {display:none;} /* Don't display submenu items on main menu */
For me this was to limit everything to just the top menu. Play with the level2 field to see if you can get what you want.