Page 1 of 1

Hide plus-symbol [+] in the MainMenu

Posted: 29 Oct 2009, 06:52
by jeff
Hi,
thx to the support i deleted the "number of folder-items" in the mainmenu

But how can i also hide the plus-symbol [+] in the MainMenu?

thx for a hint!

Posted: 30 Oct 2009, 10:13
by mjau-mjau
The same way as you remove the imagecount in the menu, you can locate the CSS class for the menu node:
Code
.mainmenu_node {
display: none;
}
See Imagevue CSS stylesheet reference