Search…

X3 Photo Gallery Support Forums

Search…
 
jeff
Topic Author
Posts: 16
Joined: 14 Oct 2009, 03:29

Hide plus-symbol [+] in the MainMenu

29 Oct 2009, 06:52

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!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

30 Oct 2009, 10:13

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