Hello,
when you look at 'www.techniekweek.nl', the children-items of 'activiteiten' are shown in the right side.
When clicking one, the menu shows all those items! I don't want it to do that, but i have no clue were to find it!
Can anyone give me a hint?
Regards!
Riel Notermans
Hide menu-items?
Re: Hide menu-items?
Hi,
In the content page, you click on the [options] tab and there's a checkbox:
"Show in Menu"
Were you can set to show or hide a page in the menu.
I you don't want to show the whole sub menu, do something with your css.
something like:
ul li ui li display: none;
In the content page, you click on the [options] tab and there's a checkbox:
"Show in Menu"
Were you can set to show or hide a page in the menu.
I you don't want to show the whole sub menu, do something with your css.
something like:
ul li ui li display: none;