Page 1 of 1

Mainmenu hide number of items and plus symbol

Posted: 14 Oct 2009, 05:38
by jeff
Hi,

how can i hide the ,sorry but ugly :wink: , number of folder-items and plus-symbol in the Menu?

thx for a hint!

Posted: 14 Oct 2009, 07:51
by Nick
Go to themes, edit, edit theme's stylesheet, there you will see the list of options, add edit mainmenu_amount like this:
.mainmenu_amount{
display: none;
}


You can find description of other items in css file here:
https://www.photo.gallery/v2docs/cssreference

Posted: 16 Oct 2009, 07:39
by jeff
PERFECT, thx for the hint!

the plus is still "alive" but that makes sense :)

greets,
J