Page 1 of 1

how to remove the digit with the cramps in the main menu

Posted: 31 Jul 2009, 12:21
by addk2
Hello!

The x2 version is great, congratulations for the good work. I would like to know how to remove the digit with the cramps around it (showing how many photos the folder consists of). Is that possible?

Thank you

Posted: 31 Jul 2009, 15:29
by lowray1975
Take a look at the following forum article for more information:
https://forum.photo.gallery/viewtopic.p ... agebuttons

Posted: 31 Jul 2009, 15:41
by addk2
it ´s not there.
maybe I have not explain my question correctly..
thank you anyway
lowray1975 wrote:Take a look at the following forum article for more information:
https://forum.photo.gallery/viewtopic.p ... agebuttons

Posted: 03 Aug 2009, 04:16
by Nick
It's there:
.mainmenu_amount{
/*Styles for the file counter item(ex. foldertitle[32])*/
}
Just add display:none to it.

Posted: 03 Aug 2009, 08:36
by mjau-mjau
Perhaps you are referring to another text item? Perhaps the tooltip that appears when rolling over the menu item? Then you would edit this class:
Code
.folderdescription_amount{
/*Styles for the filecount/amount text in the folder description*/
} 
Just add "display: none;" on new line ...

thanks you very much!

Posted: 03 Aug 2009, 17:47
by addk2
Thanks to all of you for the great support!

Its fixed. In my poor webdesign experience taking the digit (numbers of the pictures) with the cramps off from the main menu turns imagevue from "online gallery" to "more website" structure...

.mainmenu_amount .. display:none

thanks again